Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
Description
There are some places in "sbe_hash_agg_test.cpp" and "sbe_hash_join_test.cpp" where sbe::Values are compared directly with native integer types, which is wrong.
Each place should be fixed to use bitcastTo() to convert the sbe::Value to the appropriate integer type first before performing the comparison.