Commit 3ff0f96
authored
docs: Add Spark 4.0, StructType, and VariantType support to connector… (#4798)
* docs: Add Spark 4.0, StructType, and VariantType support to connector documentation
- Add Spark 4.0 support with Java 17+ requirement and Scala 2.13 only
- Update compatibility matrix to include version 0.9.0 with Spark 4.0
- Add StructType (Tuple) bidirectional mapping support
- Support for named and unnamed tuples
- Nested structs and nullable fields
- Add VariantType (JSON) support for Spark 4.0+
- New spark.clickhouse.read.jsonAs configuration option
- Default to VariantType, optional StringType mode
- Update Boolean type mapping from UInt8 to Bool (version 0.9.0)
- Update ClickHouse JDBC version to 0.9.4 for main and 0.9.0
* docs: Add note that VariantType does not support Arrow write format
VariantType (JSON) requires JSON write format. Arrow format is not supported for this data type.
* docs: Update VariantType to show partial support
VariantType currently only supports objects, not primitives. Changed status to partial support (1 parent 35398fe commit 3ff0f96
File tree
1 file changed
+10
-8
lines changed- docs/integrations/data-ingestion/apache-spark
1 file changed
+10
-8
lines changedLines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| 600 | + | |
| 601 | + | |
600 | 602 | | |
601 | 603 | | |
602 | 604 | | |
| |||
0 commit comments