Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5342: Add comments of loaded tables in the response of GetTables ......................................................................
IMPALA-5342: Add comments of loaded tables in the response of GetTables This commit changes the response of HiveServer2 GetTables request to return the comments (if any) of loaded tables. For unloaded tables or for tables with no comments an empty string is returned. Testing: - Added a new Frontend test. Change-Id: I61f327168a93ceb4bd60b47474f39bfa405ae07d Reviewed-on: http://gerrit.cloudera.org:8080/6933 Reviewed-by: Dimitris Tsirogiannis <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/service/MetadataOp.java M fe/src/test/java/org/apache/impala/service/FrontendTest.java 2 files changed, 48 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Verified Dimitris Tsirogiannis: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6933 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I61f327168a93ceb4bd60b47474f39bfa405ae07d Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
