[
https://issues.apache.org/jira/browse/HIVE-11506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681420#comment-14681420
]
Hive QA commented on HIVE-11506:
--------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12749724/HIVE-11506.2.patch.txt
{color:green}SUCCESS:{color} +1 9348 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4915/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4915/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4915/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12749724 - PreCommit-HIVE-TRUNK-Build
> Casting varchar/char type to string cannot be vectorized
> --------------------------------------------------------
>
> Key: HIVE-11506
> URL: https://issues.apache.org/jira/browse/HIVE-11506
> Project: Hive
> Issue Type: Improvement
> Components: Vectorization
> Reporter: Navis
> Assignee: Navis
> Priority: Trivial
> Attachments: HIVE-11506.1.patch.txt, HIVE-11506.2.patch.txt
>
>
> It's not defined in vectorization context.
> {code}
> explain
> select cast(cast(cstring1 as varchar(10)) as string) x from alltypesorc order
> by x;
> {code}
> Mapper is not vectorized by exception,
> {noformat}
> 015-08-10 17:02:08,003 INFO [main]: physical.Vectorizer
> (Vectorizer.java:validateExprNodeDesc(1299)) - Failed to vectorize
> org.apache.hadoop.hive.ql.metadata.HiveException: Unhandled cast input type:
> varchar(10)
> at
> org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getCastToString(VectorizationContext.java:1543)
> at
> org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getGenericUDFBridgeVectorExpression(VectorizationContext.java:1379)
> at
> org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getGenericUdfVectorExpression(VectorizationContext.java:1177)
> at
> org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getVectorExpression(VectorizationContext.java:440)
> at
> org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer.validateExprNodeDesc(Vectorizer.java:1293)
> at
> org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer.validateExprNodeDesc(Vectorizer.java:1284)
> at
> org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer.validateSelectOperator(Vectorizer.java:1116)
> at
> org.apache.hadoop.hive.ql.optimizer.physical.Vectorizer.validateMapWorkOperator(Vectorizer.java:906)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)