Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.37.0
-
None
Description
When performing starrocks dialect conversion for cast (xxx as int) and cast (xxx as bigint), it defaults to using MySQL dialect,like this:
while starlocks does not explicitly declare support for the signed data type. If conversion is performed according to the MySQL dialect by default, the execution result will exceed expectations when the data value exceeds the range [-2147483648,2147483647]