housepower / ClickHouse-Native-JDBC

ClickHouse Native Protocol JDBC implementation
https://housepower.github.io/ClickHouse-Native-JDBC/
Apache License 2.0
523 stars 145 forks source link

Was it possible to support two dimensional array? #429

Open oliverdding opened 1 year ago

oliverdding commented 1 year ago

ClickHouse-Native-JDBC can propertly handle Array(AtomicType) in Spark, but not the Array(Array(AtomicType)).

I'm not sure why it is limited to AtomicType, how could user write two dimensional array?