Kirill Kozlov created BEAM-8241:
-----------------------------------
Summary: BEAM SQL code gen is more restrictive than Calcite
Key: BEAM-8241
URL: https://issues.apache.org/jira/browse/BEAM-8241
Project: Beam
Issue Type: Bug
Components: dsl-sql
Affects Versions: 2.15.0
Reporter: Kirill Kozlov
In user defined functions Calcite allows variants with fewer arguments than
Beam defined.
Calcite, when generating code for functions with less arguments than defined
will generate a proper function call.
Some scalar functions, like concat, take advantage of this feature. Thus,
requiring more permissive checks in translate.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)