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
Describe the bug
A clear and concise description of what the bug is.
When changing the TPC-H tests to use Decimals, getting panics with this error:
thread 'sql::subqueries::tpch_q17_correlated' panicked at 'attempt to multiply with overflow', datafusion/physical-expr/src/expressions/binary/kernels_arrow.rs:359:61
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
See #3393 for additional examples where the overflow happens on benchmark queries.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
When changing the TPC-H tests to use Decimals, getting panics with this error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
See #3393 for additional examples where the overflow happens on benchmark queries.
The text was updated successfully, but these errors were encountered: