ClickHouse/spark-clickhouse-connector

Is there any consideration of supporting the Tuple type

smokeriu opened this issue · 0 comments

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.