Tim Armstrong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16898
Change subject: IMPALA-10117: Skip calls to FsPermissionCache for blob stores ...................................................................... IMPALA-10117: Skip calls to FsPermissionCache for blob stores This avoids calling precacheChildrenOf() in cases when the cached values will never be used. This change simply skips calling precacheChildrenOf() in the cases when getPermissions() is never called. There is some opportunity to clean up this permissions checking further, but I decided to keep this fix limited in scope. Change-Id: I2034695a956307309f656d56aa57aa07ae5163d8 --- M fe/src/main/java/org/apache/impala/catalog/HdfsTable.java 1 file changed, 27 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/16898/1 -- To view, visit http://gerrit.cloudera.org:8080/16898 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2034695a956307309f656d56aa57aa07ae5163d8 Gerrit-Change-Number: 16898 Gerrit-PatchSet: 1 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
