It looks like Calcite converts "SELECT 1000L" into "SELECT 1000 AS 'L' " in SqlParserImpl.UnsignedNumericLiteral. Is this expected? Note, there is no space between 1000 and L in the original statement.
Thanks, Sean
It looks like Calcite converts "SELECT 1000L" into "SELECT 1000 AS 'L' " in SqlParserImpl.UnsignedNumericLiteral. Is this expected? Note, there is no space between 1000 and L in the original statement.
Thanks, Sean