[
https://issues.apache.org/jira/browse/BEAM-8241?focusedWorklogId=314205&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-314205
]
ASF GitHub Bot logged work on BEAM-8241:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/19 09:05
Start Date: 18/Sep/19 09:05
Worklog Time Spent: 10m
Work Description: kanterov commented on issue #9586: [BEAM-8241] SQL code
gen is more restrictive than Calcite
URL: https://github.com/apache/beam/pull/9586#issuecomment-532593957
@apilloud @11moon11 thanks for taking care of it, I agree, the change makes
sense, didn't know that Calcite supports that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 314205)
Time Spent: 3h (was: 2h 50m)
> 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
> Assignee: Kirill Kozlov
> Priority: Major
> Fix For: 2.17.0
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> 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.4#803005)