-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.