Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11658 )
Change subject: [sentry] move ParseTableName to table_util ...................................................................... [sentry] move ParseTableName to table_util This commit moves HmsCatalog::ParseTableName to table_util, so that other modules that need to parse a Kudu table name into a database and table name can use it without including hms module, e.g sentry. Change-Id: I7fff5aaff623ac65a949f6cabebd9eca997f5cdc Reviewed-on: http://gerrit.cloudera.org:8080/11658 Reviewed-by: Dan Burkert <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/common/CMakeLists.txt A src/kudu/common/table_util-test.cc A src/kudu/common/table_util.cc A src/kudu/common/table_util.h M src/kudu/hms/hms_catalog-test.cc M src/kudu/hms/hms_catalog.cc M src/kudu/hms/hms_catalog.h M src/kudu/integration-tests/master_hms-itest.cc 8 files changed, 179 insertions(+), 86 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11658 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7fff5aaff623ac65a949f6cabebd9eca997f5cdc Gerrit-Change-Number: 11658 Gerrit-PatchSet: 5 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot
