- Notifications
You must be signed in to change notification settings - Fork405
docs: Add Spark 4.0, StructType, and VariantType support to connector…#4798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… 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
vercelbot commentedNov 26, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for GitHub.
3 Skipped Deployments
|
Uh oh!
There was an error while loading.Please reload this page.
VariantType (JSON) requires JSON write format. Arrow format is not supported for this data type.
VariantType currently only supports objects, not primitives. Changed status to partial support (⚠️ ) to reflect this limitation.
BentsiLeviav left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
PLEASE DON'T MERGE THIS.
The content here is pending release inhttps://github.com/ClickHouse/spark-clickhouse-connector/releases
Add Spark 4.0, StructType, and VariantType support documentation
This PR updates the Spark Native Connector documentation to reflect new features introduced in version 0.9.0:
Changes
UInt8toBool(version 0.9.0+)Related Commits