ClickHouse / spark-clickhouse-connector

Spark ClickHouse Connector build on DataSourceV2 API
https://clickhouse.com/docs/en/integrations/apache-spark
Apache License 2.0
187 stars 66 forks source link

Is there any consideration of supporting the Tuple type #363

Open smokeriu opened 1 month ago

smokeriu commented 1 month ago

Is your feature request related to a problem? Please describe. Support for read tuple type

Describe the solution you'd like The tuple type in clickhouse, which can be mapped to structType in spark, is not currently supported for what reason?

I've implemented a version of this myself that can support reading tuple types via binary format.