[
https://issues.apache.org/jira/browse/HIVE-6778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13957263#comment-13957263
]
Hive QA commented on HIVE-6778:
-------------------------------
{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/12637977/HIVE-6778.1.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 5539 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_infer_bucket_sort_dyn_part
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2073/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2073/console
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: 12637977
> ql/src/test/queries/clientpositive/pcr.q covers the test which generate 1.0
> =1 predicate in partition pruner.
> --------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-6778
> URL: https://issues.apache.org/jira/browse/HIVE-6778
> Project: Hive
> Issue Type: Bug
> Reporter: Hari Sankar Sivarama Subramaniyan
> Assignee: Harish Butani
> Attachments: HIVE-6778.1.patch
>
>
> select key, value, ds from pcr_foo where (ds % 2 == 1);
> ql/src/test/queries/clientpositive/pcr.q
> The test generates 1.0==1 predicate in the pruner which cannot be evaluated
> since a double cannot be converted to int.
--
This message was sent by Atlassian JIRA
(v6.2#6252)