Check that bloom/partition work properly with integer fields

Description

Is the hash calculation done consistently on the correct form of the field's value?

Conclusion

None

Activity

Show:

Richard Chapman May 1, 2018 at 4:47 PM

Probably need to transform the list passed to

IHqlExpression *hashFunc = createValue(no_hash64, makeIntType(8, false), LINK(hashList), createAttribute(internalAtom));

using getHozedKeyValue()

Richard Chapman May 1, 2018 at 3:55 PM

From a quick check of the code, it looks like BLOOM is ok as the build and the check both work on values that have been transformed into their biased form, but the partition will fail.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Affects versions

Created May 1, 2018 at 3:43 PM
Updated May 3, 2018 at 1:13 PM
Resolved May 3, 2018 at 1:13 PM

Flag notifications