You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because cast kernel at upstream doesn't check precision overflow, although it checks casting overflow. I've submitted a change at the upstream for this: apache/arrow-rs#4866
Describe the bug
A decimal conversion query is not consistent with PG or Spark
To Reproduce
the same query returns null in Spark in non ansi mode
numeric field overflow
error in PGExpected behavior
Should be consistent
Additional context
No response
The text was updated successfully, but these errors were encountered: