Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anubhav100 opened this issue May 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@anubhav100
Copy link

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

@mzitnik mzitnik added the question Further information is requested label Jun 30, 2024
@pan3793
Copy link
Collaborator

pan3793 commented Jul 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants