[ https://issues.apache.org/jira/browse/HIVE-13815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15395475#comment-15395475 ]
Hive QA commented on HIVE-13815: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12820119/HIVE-13815.01.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), 10354 tests executed *Failed tests:* {noformat} TestMiniTezCliDriver-vector_decimal_aggregate.q-vector_decimal_10_0.q-orc_vectorization_ppd.q-and-12-more - did not produce a TEST-*.xml file TestMsgBusConnection - did not produce a TEST-*.xml file TestServerOptionsProcessor - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_avro_nullable_union org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_stats_list_bucket org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_subquery_multiinsert org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_avro_non_nullable_union org.apache.hadoop.hive.metastore.TestMetaStoreMetrics.testConnections {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/658/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/658/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-658/ 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: 12820119 - PreCommit-HIVE-MASTER-Build > Improve logic to infer false predicates > --------------------------------------- > > Key: HIVE-13815 > URL: https://issues.apache.org/jira/browse/HIVE-13815 > Project: Hive > Issue Type: Sub-task > Components: CBO > Affects Versions: 2.1.0 > Reporter: Jesus Camacho Rodriguez > Assignee: Jesus Camacho Rodriguez > Attachments: HIVE-13815.01.patch, HIVE-13815.patch > > > Follow-up/extension of the work done in HIVE-13068. > Ex. > ql/src/test/results/clientpositive/annotate_stats_filter.q.out > {{predicate: ((year = 2001) and (state = 'OH') and (state = 'FL')) (type: > boolean)}} -> {{false}} > ql/src/test/results/clientpositive/cbo_rp_join1.q.out > {{predicate: ((_col0 = _col1) and (_col1 = 40) and (_col0 = 40)) (type: > boolean)}} -> {{predicate: ((_col1 = 40) and (_col0 = 40)) (type: boolean)}} > ql/src/test/results/clientpositive/constprog_semijoin.q.out > {{predicate: (((id = 100) = true) and (id <> 100)) (type: boolean)}} -> > {{false}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)