[Bug]: Implicit conversion failed from BIGINT to DECIMAL
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Environment
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
select cast(10000002383263201056 as decimal) mod 50 as result; Operator '%' with parameters [DECIMAL64 BIGINT] will be implemented in future version.
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
int64 -> decimal.
problem:
- decimal % decimal , no implementation in type analysis
- cast error in execution ==========
refresh error message. move to 0.6 .
?????
-- @bvt:issue#3283 update t1 set a=a+101; select a,b from t1 order by 1; update t1 set a=27 where a=125; select a,b from t1 order by 1; update t1 set a=a-1 where 1 > 2; select a,b from t1 order by 1; update t1 set a=a-1 where 3 > 2; select a,b from t1 order by 1; -- @bvt:issue
will be provided error code in 0.6
@domingozhang can close issue.