[ https://issues.apache.org/jira/browse/HIVE-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14244084#comment-14244084 ]
Hive QA commented on HIVE-9076: ------------------------------- {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/12686775/HIVE-9076.2.patch.txt {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 6702 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_orc_merge_incompat1 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_truncate_column_merge org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan org.apache.hadoop.hive.ql.exec.TestOperators.testFileSinkOperator {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2056/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2056/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2056/ 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: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12686775 - PreCommit-HIVE-TRUNK-Build > incompatFileSet in AbstractFileMergeOperator should be marked to skip task id > check > ----------------------------------------------------------------------------------- > > Key: HIVE-9076 > URL: https://issues.apache.org/jira/browse/HIVE-9076 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Navis > Assignee: Navis > Priority: Minor > Attachments: HIVE-9076.1.patch.txt, HIVE-9076.2.patch.txt > > > In some file composition, AbstractFileMergeOperator removes incompatible > files. For example, > {noformat} > 000000_0 (v12) > 000000_0_copy_1 (v12) > 000000_1 (v11) > 000000_1_copy_1 (v11) > 000000_1_copy_2 (v11) > 000000_2 (v12) > {noformat} > 000000_1 (v11) will be removed because 000000 is assigned to new merged file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)