Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18627 )
Change subject: IMPALA-11358: Fixed Kudu table's missing comment ...................................................................... IMPALA-11358: Fixed Kudu table's missing comment If Kudu-HMS integration is enabled, Kudu creates the table in HMS too, which was missing the comment field. Added the code to forward the comment field to Kudu during creation. Testing: Added a test to verify the comment is present when the intergration is enabled. Reenabled several kudu tests as IMPALA-8751 (and follow ups) fixed the hive3 notification incompatibility. Change-Id: Idf66f8b4679b00da6693a27fed79b04e8f6afb55 Reviewed-on: http://gerrit.cloudera.org:8080/18627 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/service/KuduCatalogOpExecutor.java M tests/common/skip.py M tests/custom_cluster/test_kudu.py 3 files changed, 12 insertions(+), 14 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18627 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idf66f8b4679b00da6693a27fed79b04e8f6afb55 Gerrit-Change-Number: 18627 Gerrit-PatchSet: 10 Gerrit-Owner: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
