Julien Le Dem created CALCITE-958:
-------------------------------------
Summary: Table Function overloading does not work with named
parameters
Key: CALCITE-958
URL: https://issues.apache.org/jira/browse/CALCITE-958
Project: Calcite
Issue Type: Bug
Reporter: Julien Le Dem
Assignee: Julian Hyde
When returning more than one function with the same name for a call using named
parameters we get a NullPointerException during planning.
This is because there is a separate code path when there is only one function.
https://github.com/apache/calcite/pull/166
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)