Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8315 )
Change subject: IMPALA-4918: Support getting column comments via HS2 ...................................................................... IMPALA-4918: Support getting column comments via HS2 Fill the 'comments'/'remarks' field during HS2 column metadata requests. To test: - create a JDBC connection to Impala with HS2 driver - call getMetaData().getColumns() for a table with column comments - the returned ResultSet should include column comments in field "REMARKS" Change-Id: I1d33dfd031b5344d7136695b623cec76143ada5c Reviewed-on: http://gerrit.cloudera.org:8080/8315 Reviewed-by: Lars Volker <[email protected]> Reviewed-by: Alex Behm <[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/common/FrontendTestBase.java M fe/src/test/java/org/apache/impala/service/FrontendTest.java M fe/src/test/java/org/apache/impala/service/JdbcTest.java 4 files changed, 55 insertions(+), 5 deletions(-) Approvals: Lars Volker: Looks good to me, but someone else must approve Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8315 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1d33dfd031b5344d7136695b623cec76143ada5c Gerrit-Change-Number: 8315 Gerrit-PatchSet: 4 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]>
