ClickHouse-Native-JDBC
ClickHouse-Native-JDBC copied to clipboard
Was it possible to support two dimensional array?
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?