[ https://issues.apache.org/jira/browse/HIVE-17891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223307#comment-16223307 ]
Hive QA commented on HIVE-17891: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12894439/HIVE-17891.04.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 11341 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[insert_values_orig_table_use_metadata] (batchId=62) org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic] (batchId=143) org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[unionDistinct_1] (batchId=145) org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testCliDriver[ct_noperm_loc] (batchId=93) org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut (batchId=205) org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConstraints (batchId=222) org.apache.hive.jdbc.TestJdbcWithMiniHS2.testHttpRetryOnServerIdleTimeout (batchId=232) org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerHighShuffleBytes (batchId=229) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7526/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7526/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7526/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 8 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12894439 - PreCommit-HIVE-Build > 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-17891.02.patch, > HIVE-17891.03.patch, HIVE-17891.04.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)