exasol / exasol-virtual-schema

Virtual Schema from Exasol to Exasol
MIT License
1 stars 2 forks source link

GEOMETRY, HASHTYPE, and INTERVAL data types not working as expected #66

Closed exanm closed 2 years ago

exanm commented 2 years ago

The latest release https://github.com/exasol/exasol-virtual-schema/releases/tag/6.0.0 contains changes for the data types HASHTYPE, GEOMETRY, INTERVAL DAY TO SECOND, and INTERVAL YEAR TO MONTH. The generated pushdown queries for these data types are not as expected:

kaklakariada commented 2 years ago

Due to restrictions of the JDBC driver we currently can't fix this for all data types. However we fixed the mapping of HASHTYPE in #69. GEOMETRY and INTERVAL types are mapped to VARCHAR as before, we reverted the behavior in #67.

kaklakariada commented 2 years ago

We fixed mapping of HASHTYPE in #69. The fix for GEOMETRY and INTERVAL will be done in #71.