[
https://issues.apache.org/jira/browse/CALCITE-5958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
LakeShen closed CALCITE-5958.
-----------------------------
Resolution: Won't Do
> Make the value be nonReservedKeywords(consistent with Postgres)
> ---------------------------------------------------------------
>
> Key: CALCITE-5958
> URL: https://issues.apache.org/jira/browse/CALCITE-5958
> Project: Calcite
> Issue Type: Improvement
> Reporter: LakeShen
> Priority: Major
> Attachments: image-2023-08-27-12-33-24-000.png,
> image-2023-08-27-12-34-53-322.png, image-2023-08-27-16-59-37-499.png
>
>
> Now in the Postgres, value could be field alias,for example:
> {code:java}
> select 1 + 1 as value {code}
> The above SQL was successfully executed in PG:
> !image-2023-08-27-12-33-24-000.png|width=275,height=210!
> In Calcite, the above SQL throws a parse error:
> !image-2023-08-27-12-34-53-322.png|width=554,height=197!
> I don't confirm whether this is a problem
--
This message was sent by Atlassian Jira
(v8.20.10#820010)