Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22744 )
Change subject: KUDU-3608 REST API Follow-up ...................................................................... KUDU-3608 REST API Follow-up Follow-up on the REST API for Metadata Management commit (https://gerrit.cloudera.org/c/21823/) by adding additional error handling and refactoring. Improved error responses for table operations. Refactored path handler functions for better readability and consistency, including handling of authentication principal extraction. Adjusted test cases to align with the changes and ensure correctness. Change-Id: I3cdb14d5a932eb8d1ba209ca803731749117024e Reviewed-on: http://gerrit.cloudera.org:8080/22744 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Zoltan Chovan <[email protected]> Tested-by: Marton Greber <[email protected]> --- M src/kudu/master/master.cc M src/kudu/master/rest_catalog-test.cc M src/kudu/master/rest_catalog_path_handlers.cc M src/kudu/master/rest_catalog_path_handlers.h M src/kudu/master/rest_catalog_test_base.h M src/kudu/master/spnego_rest_catalog-test.cc 6 files changed, 220 insertions(+), 154 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Zoltan Chovan: Looks good to me, but someone else must approve Marton Greber: Verified -- To view, visit http://gerrit.cloudera.org:8080/22744 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3cdb14d5a932eb8d1ba209ca803731749117024e Gerrit-Change-Number: 22744 Gerrit-PatchSet: 7 Gerrit-Owner: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
