tuor713 / trino-kdb

Trino plugin for kdb+
Apache License 2.0
3 stars 2 forks source link

Case-sensitive tables don't work #1

Closed tuor713 closed 3 years ago

tuor713 commented 3 years ago

During query processing table and column names appear to get converted to lower case. However, KDB expects symbols in proper case.

tuor713 commented 3 years ago

Potentially related: https://github.com/trinodb/trino/issues/17