ClickHouse / spark-clickhouse-connector

Spark ClickHouse Connector build on DataSourceV2 API
https://clickhouse.com/docs/en/integrations/apache-spark
Apache License 2.0
176 stars 63 forks source link

How to load a polygon from spark to click house where polygon will be the data type in clickhouse #312

Open anubhav100 opened 2 months ago

anubhav100 commented 2 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

pan3793 commented 1 week ago

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