Vihang Karajgaonkar has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17760 )
Change subject: IMPALA-10858: HMS request for acid fds fixed. ...................................................................... IMPALA-10858: HMS request for acid fds fixed. This commit addresses a problem for full acid tables. When the file descriptors are requested on an HMS call, the insert and delete file descriptors need to be gathered up and sent back to the caller. Also changed the visibility of some methods in SingleNodePlanner and an object within HdfsPartition to allow extensibility by a third party tool. Change-Id: I055960bf0471d62bc37dda3403f58f86f9b5f596 Reviewed-on: http://gerrit.cloudera.org:8080/17760 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Vihang Karajgaonkar <[email protected]> --- M fe/src/main/java/org/apache/impala/catalog/CatalogHmsAPIHelper.java M fe/src/main/java/org/apache/impala/catalog/HdfsPartition.java M fe/src/main/java/org/apache/impala/planner/SingleNodePlanner.java M fe/src/test/java/org/apache/impala/catalog/metastore/CatalogHmsFileMetadataTest.java 4 files changed, 87 insertions(+), 8 deletions(-) Approvals: Impala Public Jenkins: Verified Vihang Karajgaonkar: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17760 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I055960bf0471d62bc37dda3403f58f86f9b5f596 Gerrit-Change-Number: 17760 Gerrit-PatchSet: 6 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]>
