[ https://issues.apache.org/jira/browse/HIVE-18614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350870#comment-16350870 ]
Sergey Shelukhin commented on HIVE-18614: ----------------------------------------- Upper case identifiers without quotes are going to cause issues on Postgres due to the latter's bizarre SQL dialect rules. It's better to disable MySQL's bizarre SQL dialect rules by calling "SET @@session.sql_mode=ANSI_QUOTES" (see MetaStoreDirectSql.java for an example). Otherwise looks good. > Fix sys db creation in Hive > --------------------------- > > Key: HIVE-18614 > URL: https://issues.apache.org/jira/browse/HIVE-18614 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 3.0.0 > Reporter: Miklos Gergely > Assignee: Miklos Gergely > Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-18614.patch > > > Sys db can not be created due to several server side issues. -- This message was sent by Atlassian JIRA (v7.6.3#76005)