Jesus Camacho Rodriguez created HIVE-24092:
----------------------------------------------
Summary: Implement additional JDBC methods required by JDBC
storage handler
Key: HIVE-24092
URL: https://issues.apache.org/jira/browse/HIVE-24092
Project: Hive
Issue Type: Bug
Components: JDBC storage handler
Reporter: Jesus Camacho Rodriguez
Calcite may rely on the following JDBC methods to generate SQL queries for Hive
JDBC storage handler, which in the case of Hive itself, return a {{Method not
supported}} exception. We should implement such methods:
{code}
nullsAreSortedAtEnd
nullsAreSortedAtStart
nullsAreSortedLow
nullsAreSortedHigh
storesLowerCaseIdentifiers
storesLowerCaseQuotedIdentifiers
storesMixedCaseIdentifiers
storesMixedCaseQuotedIdentifiers
storesUpperCaseIdentifiers
storesUpperCaseQuotedIdentifiers
supportsMixedCaseIdentifiers
supportsMixedCaseQuotedIdentifiers
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)