You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kirill Kozlov (Jira)" <ji...@apache.org> on 2019/09/17 20:26:00 UTC

[jira] [Resolved] (BEAM-8241) BEAM SQL code gen is more restrictive than Calcite

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

Kirill Kozlov resolved BEAM-8241.
---------------------------------
    Fix Version/s: 2.17.0
       Resolution: Fixed

> 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: 2h 50m
>  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.2#803003)