Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.9
Description
The hash computer (namely MurmurHash128Bit) reads dummy field data as follows:
tuple.getFieldData(DUMMY_FIELD)
PKs in columnar tuples are stored in different buffers. Thus, the current implementation of MurmurHash128Bit will always read the data of the first PK even if the second PK is required.