We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The decimal fuzzer test fails on Spark deny_precision_loss arithmetic functions.
/home/runner/work/velox/velox/velox/velox/expression/fuzzer/ExpressionFuzzer.cpp:1247, Function:generateExpressionFromSignatureTemplate, Expression: it != argGenerators_.end() Cannot generate argument types for divide_deny_precision_loss with return type DECIMAL(14, 11)., Source: RUNTIME, ErrorCode: INVALID_STATE terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError' what(): Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: Cannot generate argument types for divide_deny_precision_loss with return type DECIMAL(14, 11). Retriable: False Expression: it != argGenerators_.end() Function: generateExpressionFromSignatureTemplate File: /home/runner/work/velox/velox/velox/velox/expression/fuzzer/ExpressionFuzzer.cpp Line: 1247
https://github.com/facebookincubator/velox/actions/runs/11810480136/job/32904379256?pr=9559
The text was updated successfully, but these errors were encountered:
I will work on the fix.
Sorry, something went wrong.
5ac572b
Successfully merging a pull request may close this issue.
Description
The decimal fuzzer test fails on Spark deny_precision_loss arithmetic functions.
Error Reproduction
/home/runner/work/velox/velox/velox/velox/expression/fuzzer/ExpressionFuzzer.cpp:1247, Function:generateExpressionFromSignatureTemplate, Expression: it != argGenerators_.end() Cannot generate argument types for divide_deny_precision_loss with return type DECIMAL(14, 11)., Source: RUNTIME, ErrorCode: INVALID_STATE
terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError'
what(): Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: Cannot generate argument types for divide_deny_precision_loss with return type DECIMAL(14, 11).
Retriable: False
Expression: it != argGenerators_.end()
Function: generateExpressionFromSignatureTemplate
File: /home/runner/work/velox/velox/velox/velox/expression/fuzzer/ExpressionFuzzer.cpp
Line: 1247
Relevant logs
https://github.com/facebookincubator/velox/actions/runs/11810480136/job/32904379256?pr=9559
The text was updated successfully, but these errors were encountered: