anishek created HIVE-17721:
------------------------------
Summary: with Postgres rdbms for metastore and dbnotification
enabled, hive DDL SQL query fails
Key: HIVE-17721
URL: https://issues.apache.org/jira/browse/HIVE-17721
Project: Hive
Issue Type: Bug
Components: HiveServer2
Affects Versions: 3.0.0
Reporter: anishek
Assignee: anishek
Fix For: 3.0.0
with postgres rdbms for hive-metastore any DDL fails when dbnotification is
enabled, the reason being a lock on the notification sequence is required,
which for Postgres requires the column-names and table names to enclosed in
"(double quotes) as we are using direct SQL and not going through datanucleus
and postgres is case sensitive.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)