Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.18.0, 1.36.0
Description
for example:
create table tbl(f1 double),
f1 stores a double's max value. (1.7976931348623157E308)
long max value isĀ 9223372036854775807.
select * from table where f1=value, if value is greater than long max, sqlvalidator will throw out of range exception.
Attachments
Attachments
Issue Links
- relates to
-
CALCITE-3135 Calcite decimal literal validation
- Open
- links to