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
Expression fuzzer found a result mismatch between the common eval and simplified eval in between(ipprefix, ipprefix, ipprefix). The mismatch is due to a bug in RowView::compareImpl() where index into DecodedVector is used with the DecodedVector's base vector.
Description
Expression fuzzer found a result mismatch between the common eval and simplified eval in
between(ipprefix, ipprefix, ipprefix)
. The mismatch is due to a bug in RowView::compareImpl() where index into DecodedVector is used with the DecodedVector's base vector.velox/velox/expression/ComplexViewTypes.h
Lines 1034 to 1039 in 2d31862
Error Reproduction
Run the following command on top of #11846.
Relevant logs
The text was updated successfully, but these errors were encountered: