You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2014/07/16 02:35:04 UTC

[jira] [Updated] (HIVE-7424) HiveException: Error evaluating concat(concat(' ', str2), ' ') in ql.exec.vector.VectorSelectOperator.processOp

     [ https://issues.apache.org/jira/browse/HIVE-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt McCline updated HIVE-7424:
-------------------------------

    Attachment: fail_401.sql
                TestWithORC.zip

> HiveException: Error evaluating concat(concat('      ', str2), '      ') in ql.exec.vector.VectorSelectOperator.processOp
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-7424
>                 URL: https://issues.apache.org/jira/browse/HIVE-7424
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>         Attachments: TestWithORC.zip, fail_401.sql
>
>
> One of several found by Raj Bains.
> M/R or Tez.
> {code}
> set hive.vectorized.execution.enabled=true;
> {code}
> Query:
> {code}
> SELECT `testv1_Calcs`.`key` AS `none_key_nk`,   CONCAT(CONCAT('      ',`testv1_Calcs`.`str2`),'      ') AS `none_padded_str2_nk`,   CONCAT(CONCAT('|',RTRIM(CONCAT(CONCAT('      ',`testv1_Calcs`.`str2`),'      '))),'|') AS `none_z_rtrim_str_nk` FROM `default`.`testv1_Calcs` `testv1_Calcs` ;
> {code}
> Stack trace:
> {code}
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Error evaluating concat(concat('      ', str2), '      ')
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.processOp(VectorSelectOperator.java:127)
> 	at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800)
> 	at org.apache.hadoop.hive.ql.exec.TableScanOperator.processOp(TableScanOperator.java:95)
> 	at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800)
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:43)
> {code}



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