[ https://issues.apache.org/jira/browse/HIVE-11214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14620501#comment-14620501 ]
Hive QA commented on HIVE-11214: -------------------------------- {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/12744369/HIVE-11214.01.patch {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 9139 tests executed *Failed tests:* {noformat} TestCustomAuthentication - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_acid3 org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vector_acid3 org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority org.apache.hadoop.hive.metastore.txn.TestCompactionTxnHandler.testRevokeTimedOutWorkers org.apache.hive.jdbc.TestSSL.testSSLFetchHttp {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4551/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4551/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4551/ 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: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12744369 - PreCommit-HIVE-TRUNK-Build > Insert into ACID table switches vectorization off > -------------------------------------------------- > > Key: HIVE-11214 > URL: https://issues.apache.org/jira/browse/HIVE-11214 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Attachments: HIVE-11214.01.patch > > > PROBLEM: > vectorization is switched off automatically after run insert into ACID table. > STEPS TO REPRODUCE: > set hive.vectorized.execution.enabled=true; > create table testv (id int, name string) clustered by (id) into 2 buckets > stored as orc tblproperties("transactional"="true"); > insert into testv values(1,'a'); > set hive.vectorized.execution.enabled; > false -- This message was sent by Atlassian JIRA (v6.3.4#6332)