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

Unrecognized ClickHouse type base: Point name: Point #151

Closed
aimfeld opened this issue Mar 21, 2023 · 2 comments · Fixed by #273
Closed

Unrecognized ClickHouse type base: Point name: Point #151

aimfeld opened this issue Mar 21, 2023 · 2 comments · Fixed by #273
Labels
enhancement New feature or request

Comments

@aimfeld
Copy link

aimfeld commented Mar 21, 2023

Is your feature request related to a problem? Please describe.

I currently get the following error when calling create_insert_context() with a Point column in column_type_names:

Unrecognized ClickHouse type base: Point name: Point

When looking at the abstract class ClickHouseType, I found no extending Point class, so I assume this has not been implemented yet.

Describe the solution you'd like

Support for the Point datatype.

@aimfeld aimfeld added the enhancement New feature or request label Mar 21, 2023
@genzgd
Copy link
Collaborator

genzgd commented Mar 21, 2023

Unfortunately that is correct, there is no support for the Geo types yet.

@konnectr
Copy link

In Clickhouse, the data type "Point" is one of the special cases of Tuple()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants