You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2013/11/08 17:07:31 UTC

[jira] [Resolved] (HIVE-5642) Exception in UDFs with large number of arguments.

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

Ashutosh Chauhan resolved HIVE-5642.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.13.0

Fixed via HIVE-5604

> Exception in UDFs with large number of arguments.
> -------------------------------------------------
>
>                 Key: HIVE-5642
>                 URL: https://issues.apache.org/jira/browse/HIVE-5642
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>             Fix For: 0.13.0
>
>
> Such UDFs will mostly be custom UDFs, but if they are not supported in vector more, we should fall back to non-vector mode.
> {code}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 3
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor$Builder.setArgumentType(VectorExpressionDescriptor.java:147)
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getVectorExpressionForUdf(VectorizationContext.java:431)
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getGenericUdfVectorExpression(VectorizationContext.java:545)
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getVectorExpression(VectorizationContext.java:248)
> 	at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.createVectorExpression(VectorizationContext.java:460)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)