Daniel Becker has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14031
Change subject: IMPALA-8796: Restrict bit unpacking to unsigned integer types ...................................................................... IMPALA-8796: Restrict bit unpacking to unsigned integer types Restrict bit unpacking to the unsigned integer types uint8_t, uint16_t, uint32_t and uint64_t to simplify the interface of bit unpacking. Testing: Modified some tests that used bool or signed types for unpacking. Change-Id: I36cb57f43cc93e5dda6b6b2ff1617f1631f8cbe1 --- M be/src/exec/parquet/parquet-bool-decoder.h M be/src/util/bit-packing.cc M be/src/util/bit-packing.inline.h M be/src/util/bit-stream-utils-test.cc M be/src/util/bit-stream-utils.h 5 files changed, 42 insertions(+), 19 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/31/14031/1 -- To view, visit http://gerrit.cloudera.org:8080/14031 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I36cb57f43cc93e5dda6b6b2ff1617f1631f8cbe1 Gerrit-Change-Number: 14031 Gerrit-PatchSet: 1 Gerrit-Owner: Daniel Becker <[email protected]>
