Gabriella Lotz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22420
Change subject: [KUDU-3639] Add REST-compatible table operation functions ...................................................................... [KUDU-3639] Add REST-compatible table operation functions Added new functions to CatalogManager (CreateTableWithUser, DeleteTableWithUser, and AlterTableWithUser) to support the REST API implementation. These functions accept a username parameter instead of relying on RpcContext, making them suitable for contexts where RpcContext is unavailable. Shared logic between the RPC-based and REST-compatible functions has been refactored into reusable helper methods to minimize code duplication. Change-Id: If52359603e3aa8af2dedc41ecc5eb78d03151fe5 --- M src/kudu/master/catalog_manager-test.cc M src/kudu/master/catalog_manager.cc M src/kudu/master/catalog_manager.h 3 files changed, 346 insertions(+), 43 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/22420/1 -- To view, visit http://gerrit.cloudera.org:8080/22420 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If52359603e3aa8af2dedc41ecc5eb78d03151fe5 Gerrit-Change-Number: 22420 Gerrit-PatchSet: 1 Gerrit-Owner: Gabriella Lotz <[email protected]>
