You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by LakeShen <sh...@gmail.com> on 2023/08/15 03:40:53 UTC

PR CALCITE-5870 Review Request

Hi community,

CALCITE-5870 will allow literals like DECIMAL '12.3' (consistent with
Postgres),and now the PR is ready.After CALCITE-5870,the following SQL is
allowed and behaves the same as PG.

-- result is 10.9select decimal '9.9' + 1

JIRA link: https://issues.apache.org/jira/browse/CALCITE-5870 PR link:
https://github.com/apache/calcite/pull/3337 If someone have time, please
help me to review it, thank you very much:) Best, LakeShen