Description
insert into default values("k02",
{ "id":9223372036854775808 } ); — Any value grater than MAXINT64 value truncates to MAXINT64. Is this right behavior?
insert into default values("k04",
); — same as above
Select sum(id) from default; — SUM exceeds MAXINT64 the value is truncated (returned value is -2). Is this right? Or it needs move to float64?
Attachments
Issue Links
- blocks
-
MB-19612 4.5.1 Minor Release
- Closed