[ 
https://issues.apache.org/jira/browse/HIVE-7160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018973#comment-14018973
 ] 

Hive QA commented on HIVE-7160:
-------------------------------



{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/12648447/HIVE-7160.1.patch.txt

{color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 5511 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucketmapjoin6
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas
org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore.testDropTable
org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore.testListPartitionNames
org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore.testListPartitions
org.apache.hadoop.hive.ql.exec.tez.TestTezTask.testSubmit
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimal
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalX
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalXY
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/394/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/394/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-394/

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: 10 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12648447

> Vectorization Udf: GenericUDFConcat for non-string columns input, is not 
> supported
> ----------------------------------------------------------------------------------
>
>                 Key: HIVE-7160
>                 URL: https://issues.apache.org/jira/browse/HIVE-7160
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>            Reporter: Gopal V
>            Assignee: Navis
>            Priority: Minor
>         Attachments: HIVE-7160.1.patch.txt
>
>
> simple UDF missing vectorization - simple example would be 
> hive> explain select concat( l_orderkey, ' msecs') from lineitem;
> is not vectorized while
> hive>  explain select concat(cast(l_orderkey as string), ' msecs') from 
> lineitem;
> can be vectorized.
> {code}
> 14/05/31 15:28:59 [main]: DEBUG vector.VectorizationContext: No vector udf 
> found for GenericUDFConcat, descriptor: Argument Count = 2, mode = 
> PROJECTION, Argument Types = {LONG, STRING}, Input Expression Types = 
> {COLUMN,COLUMN}
> 14/05/31 15:28:59 [main]: DEBUG physical.Vectorizer: Failed to vectorize
> org.apache.hadoop.hive.ql.metadata.HiveException: Udf: GenericUDFConcat, is 
> not supported
>         at 
> org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getGenericUdfVectorExpression(VectorizationContext.java:918)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to