You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jitendra Nath Pandey (JIRA)" <ji...@apache.org> on 2013/10/24 20:03:04 UTC

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

Jitendra Nath Pandey created HIVE-5642:
------------------------------------------

             Summary: 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


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)