[ https://issues.apache.org/jira/browse/HIVE-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15410618#comment-15410618 ]
Hive QA commented on HIVE-14435: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12822385/HIVE-14435.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 10439 tests executed *Failed tests:* {noformat} TestMsgBusConnection - did not produce a TEST-*.xml file TestQueryLifeTimeHook - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver_orc_llap_counters org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/797/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/797/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-797/ 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: 5 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12822385 - PreCommit-HIVE-MASTER-Build > Vectorization: missed vectorization for const varchar() > ------------------------------------------------------- > > Key: HIVE-14435 > URL: https://issues.apache.org/jira/browse/HIVE-14435 > Project: Hive > Issue Type: Bug > Components: Vectorization > Affects Versions: 2.2.0 > Reporter: Gopal V > Assignee: Gopal V > Attachments: HIVE-14435.patch > > > {code} > 2016-08-05T09:45:16,488 INFO [main] physical.Vectorizer: Failed to vectorize > 2016-08-05T09:45:16,488 INFO [main] physical.Vectorizer: Cannot vectorize > select expression: Const varchar(1) f > {code} > The constant throws an illegal argument because the varchar precision is lost > in the pipeline. -- This message was sent by Atlassian JIRA (v6.3.4#6332)