Kurt Deschler created HIVE-28018: ------------------------------------ Summary: Don't require HiveConf for JDBC Metadata calls Key: HIVE-28018 URL: https://issues.apache.org/jira/browse/HIVE-28018 Project: Hive Issue Type: Improvement Reporter: Kurt Deschler Assignee: Kurt Deschler
The following JDBC call will throw and exception if hive.default.nulls.last is not set in HiveConf: conn.getMetaData().nullsAreSortedLow(); -- This message was sent by Atlassian Jira (v8.20.10#820010)