Jim Apple has uploaded a new change for review. http://gerrit.cloudera.org:8080/3565
Change subject: IMPALA-3817: Ensure filter hash function is the same on all hardware. ...................................................................... IMPALA-3817: Ensure filter hash function is the same on all hardware. If some nodes in a cluster support the hardware CRC instruction, then those nodes would use that hash function when testing filters. This change uses Murmur2 always. Murmur2 is slower, but a perf run on a 16-node cluster showed negligible performance differences. (Also, remove unused hash function) Change-Id: Ia09b67f9e987af3e2c8ac12c347b95a7e09ce6fa --- M be/src/runtime/raw-value.inline.h M be/src/util/hash-util.h 2 files changed, 14 insertions(+), 61 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/65/3565/1 -- To view, visit http://gerrit.cloudera.org:8080/3565 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia09b67f9e987af3e2c8ac12c347b95a7e09ce6fa Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: master Gerrit-Owner: Jim Apple <[email protected]>
