Open anubhav100 opened 6 months ago
I have a table in clickhouse which have a column named as polygon with polygon data type now I want to load data in that table using spark clickhouse connector
The polygon data type is not supported yet.
For someone interested in supporting more data types, Spark has published UserDefinedType since 3.2.0, see details in SPARK-7768
UserDefinedType
I have a table in clickhouse which have a column named as polygon with polygon data type now I want to load data in that table using spark clickhouse connector