[
https://issues.apache.org/jira/browse/HIVE-9309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270570#comment-14270570
]
Hive QA commented on HIVE-9309:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12690741/HIVE-9309.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6740 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2299/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2299/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2299/
Messages:
{noformat}
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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12690741 - PreCommit-HIVE-TRUNK-Build
> schematool fails on Postgres 8.1
> --------------------------------
>
> Key: HIVE-9309
> URL: https://issues.apache.org/jira/browse/HIVE-9309
> Project: Hive
> Issue Type: Bug
> Components: Database/Schema
> Reporter: Mohit Sabharwal
> Assignee: Mohit Sabharwal
> Attachments: HIVE-9309.patch
>
>
> Postgres upgrade scripts set {{standard_conforming_strings}} which is not
> allowed in 8.1:
> {code}
> ERROR: parameter "standard_conforming_strings" cannot be changed
> (state=55P02,code=0)
> {code}
> Postgres [8.1 Release
> notes|http://www.postgresql.org/docs/8.2/static/release-8-1.html] say that
> "standard_conforming_strings value is read-only"
> Postgres [8.2
> notes|http://www.postgresql.org/docs/8.2/static/release-8-2.html] say that it
> can be set at runtime.
> It'd be nice to address this for those still using Postgres 8.1
> This patch provides a schemaTool db option "postgres.filter.81" which, if
> set, filters out the "standard_conforming_strings" statement from upgrade
> scripts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)