Skip to content
New issue

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

Spark fuzzer failure: Cannot generate argument types for divide_deny_precision_loss #11522

Closed
rui-mo opened this issue Nov 13, 2024 · 1 comment
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found

Comments

@rui-mo
Copy link
Collaborator

rui-mo commented Nov 13, 2024

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

@rui-mo rui-mo added bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found labels Nov 13, 2024
@rui-mo
Copy link
Collaborator Author

rui-mo commented Nov 13, 2024

I will work on the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant