databendlabs / databend-jdbc

jdbc implementation for databend cloud
Apache License 2.0
10 stars 10 forks source link

Can not get Geometry type correctly #240

Closed cdmikechen closed 2 months ago

cdmikechen commented 2 months ago

This problem should exist for all other clients like databend-sqlalchemy.

In java, this type conversion is hard-coded, so geometry doesn't do anything at the moment.

image