Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23345
Change subject: IMPALA-14160: Omit compression, encryption, EC in cache key ...................................................................... IMPALA-14160: Omit compression, encryption, EC in cache key Ignores compression, encryption, and erasure coding flags in the tuple cache key. These do not affect file contents, and so should not modify the key. Fixes a failure with TestTupleCacheCluster::test_runtime_filters because Ozone 1.4.0 and later use a light-weight listing for listStatus that omits whether the file is encrypted, which is used when refreshing files after insertion. This change in Ozone only affects planning, which shouldn't care whether the file is encrypted. Change-Id: I3595003b9e1fbbd95524b196db002b857acd7870 --- M fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/45/23345/1 -- To view, visit http://gerrit.cloudera.org:8080/23345 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3595003b9e1fbbd95524b196db002b857acd7870 Gerrit-Change-Number: 23345 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
