You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2020/04/21 08:09:00 UTC

[jira] [Created] (CALCITE-3943) Remove the JSON functions keyword from parser

Danny Chen created CALCITE-3943:
-----------------------------------

             Summary: Remove the JSON functions keyword from parser
                 Key: CALCITE-3943
                 URL: https://issues.apache.org/jira/browse/CALCITE-3943
             Project: Calcite
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.22.0
            Reporter: Danny Chen
            Assignee: Danny Chen
             Fix For: 1.23.0


The JSON functions was introduced in CALCITE-2266, we coded the JSON keywords into the parser and generates the operator directly, so there is no chance for downstream projects to change the builtin operator and do some override.

This issue tries to remove these keywords from the parser, we should always generates SqlUnresolvedFunction instead specific operators in the SQL parser.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)