Open smokeriu opened 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.
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.