-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Component/s: Table SQL / Planner
-
Labels:
The following SQL can trigger the issue:
create table foo (d decimal(15,8)); insert into foo values (cast('123.123' as decimal(15,8))); select * from foo where d>cast('123456789.123' as decimal(15,8));