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
