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

Rui Wang updated CALCITE-2889:
------------------------------
    Description: 
https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/adapter/enumerable/EnumUtils.java#L210

If "targetTypes" is from "method.getParameterTypes()" and if method's signature 
is "func(stirng ... args)", then "targetTypes" will contain one type 
"String[].class", but "expressions" could contain one than one element, so it 
throws IndexOutOfBoundsException.

  was:
https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/adapter/enumerable/EnumUtils.java#L210

If "targetTypes" is from "method.getParameterTypes()" and if method's signature 
is "func(stirng ... args)", then "targetTypes" will contain one type 
"String[].class", but "expressions" could contain one than one element, so it 
throws IndexOutOfBoundException.


> EnumUtils's fromInternal cannot handle function with variable length argument 
> ------------------------------------------------------------------------------
>
>                 Key: CALCITE-2889
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2889
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: Rui Wang
>            Priority: Major
>
> https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/adapter/enumerable/EnumUtils.java#L210
> If "targetTypes" is from "method.getParameterTypes()" and if method's 
> signature is "func(stirng ... args)", then "targetTypes" will contain one 
> type "String[].class", but "expressions" could contain one than one element, 
> so it throws IndexOutOfBoundsException.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to