Hi everyone,

now I am support select DECIMAL'99.999' sql grammar with calcite, I config
the DECIMAL be a nonReservedKeywords in config.fmpp . After that, the
sql select
DECIMAL'99.999' could parse, but the sqlparser make DECIMAL'99.999'
be a AS SqlBasicCall, I don't think that's correct,it should be a DECIMAL
Literal.

[image: image.png]

How to correctly support select DECIMAL'99.999' SQL syntax in calcite?Looking
forward to your reply. Best, LakeShen

Reply via email to