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
Failure found when testing velox_expression_fuzzer_test in CI.
velox_expression_fuzzer_test
E20241115 04:04:50.452534 71 Exceptions.h:66] Line: /__w/velox/velox/velox/velox/vector/ComplexVector.cpp:1232, Function:compare, Expression: flags.nullAsValue() || flags.equalsOnly Map is not orderable type, Source: RUNTIME, ErrorCode: INVALID_STATE E20241115 04:04:50.453199 71 ExpressionVerifier.cpp:217] Common eval: VeloxRuntimeErrors other than UNSUPPORTED_INPUT_UNCATCHABLE error are not allowed. terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError' what(): Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: Map is not orderable type Retriable: False Expression: flags.nullAsValue() || flags.equalsOnly Context: gte(__a0, __a1) Additional Context: Top-level Expression: transform_keys(c5, (__a0, __a1) -> gte(__a0, __a1)) Function: compare File: /__w/velox/velox/velox/velox/vector/ComplexVector.cpp Line: 1232
https://github.com/facebookincubator/velox/actions/runs/11849529401/job/33024236678?pr=8863
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Failure found when testing
velox_expression_fuzzer_test
in CI.Error Reproduction
E20241115 04:04:50.452534 71 Exceptions.h:66] Line: /__w/velox/velox/velox/velox/vector/ComplexVector.cpp:1232, Function:compare, Expression: flags.nullAsValue() || flags.equalsOnly Map is not orderable type, Source: RUNTIME, ErrorCode: INVALID_STATE
E20241115 04:04:50.453199 71 ExpressionVerifier.cpp:217] Common eval: VeloxRuntimeErrors other than UNSUPPORTED_INPUT_UNCATCHABLE error are not allowed.
terminate called after throwing an instance of 'facebook::velox::VeloxRuntimeError'
what(): Exception: VeloxRuntimeError
Error Source: RUNTIME
Error Code: INVALID_STATE
Reason: Map is not orderable type
Retriable: False
Expression: flags.nullAsValue() || flags.equalsOnly
Context: gte(__a0, __a1)
Additional Context: Top-level Expression: transform_keys(c5, (__a0, __a1) -> gte(__a0, __a1))
Function: compare
File: /__w/velox/velox/velox/velox/vector/ComplexVector.cpp
Line: 1232
Relevant logs
https://github.com/facebookincubator/velox/actions/runs/11849529401/job/33024236678?pr=8863
The text was updated successfully, but these errors were encountered: