[ https://issues.apache.org/jira/browse/HIVE-17891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vihang Karajgaonkar updated HIVE-17891: --------------------------------------- Description: HIVE-13076 addes a new table to the schema but the patch script uses {{CREATE TABLE IF NOT EXISTS}} syntax to add the new table. The issue is that the {{IF NOT EXISTS}} clause is only available from postgres 9.1 onwards. So the script will fail for older versions of postgres. (was: HIVE-13076 addes a new table to the schema but the patch script uses {{CREATE TABLE IF NOT EXISTS}} syntax to add the new table. The issue the {{IF NOT EXISTS}} clause is only available from postgres 9.1 onwards. So the script will fail for older versions of postgres.) > HIVE-13076 uses create table if not exists for the postgres script > ------------------------------------------------------------------ > > Key: HIVE-17891 > URL: https://issues.apache.org/jira/browse/HIVE-17891 > Project: Hive > Issue Type: Bug > Reporter: Vihang Karajgaonkar > Assignee: Vihang Karajgaonkar > Attachments: HIVE-17891.01.patch > > > HIVE-13076 addes a new table to the schema but the patch script uses {{CREATE > TABLE IF NOT EXISTS}} syntax to add the new table. The issue is that the {{IF > NOT EXISTS}} clause is only available from postgres 9.1 onwards. So the > script will fail for older versions of postgres. -- This message was sent by Atlassian JIRA (v6.4.14#64029)