[ https://issues.apache.org/jira/browse/HIVE-8171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147844#comment-14147844 ]
Hive QA commented on HIVE-8171: ------------------------------- {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/12671082/HIVE-8171.03.patch {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 6348 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vectorized_timestamp_funcs org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vectorized_dynamic_partition_pruning org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vectorized_timestamp_funcs org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testReadDataPrimitiveTypes {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/978/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/978/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-978/ 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: 12671082 > Tez and Vectorized Reduce doesn't create scratch columns > -------------------------------------------------------- > > Key: HIVE-8171 > URL: https://issues.apache.org/jira/browse/HIVE-8171 > Project: Hive > Issue Type: Bug > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Attachments: HIVE-8171.01.patch, HIVE-8171.02.patch, > HIVE-8171.03.patch > > > This query fails with ArrayIndexOutofBound exception in the reducer. > {code} > create table varchar_3 ( > field varchar(25) > ) stored as orc; > insert into table varchar_3 select cint from alltypesorc limit 10; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)