[
https://issues.apache.org/jira/browse/CALCITE-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088412#comment-17088412
]
Jark Wu commented on CALCITE-3943:
----------------------------------
big +1 for this
> 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
> Priority: Major
> 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)