[ https://issues.apache.org/jira/browse/KUDU-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gabriella Lotz resolved KUDU-3639. ---------------------------------- Fix Version/s: 1.18 Resolution: Done Functions have been added to the catalog_manager.cc. This issue is resolved. > Implement {Delete/Alter/Create}Table Functions Without RpcContext > ----------------------------------------------------------------- > > Key: KUDU-3639 > URL: https://issues.apache.org/jira/browse/KUDU-3639 > Project: Kudu > Issue Type: New Feature > Reporter: Gabriella Lotz > Assignee: Gabriella Lotz > Priority: Major > Fix For: 1.18 > > > The CatalogManager::\{DeleteTableRpc, CreateTable, AlterTableRpc} functions > currently rely on rpc::RpcContext to extract the username of the requestor > for authorization. However, in the REST catalog API implementation, > RpcContext is not used, and only the username is directly available. > To support REST API functionality, new functions are required that replace > RpcContext with an explicitly provided username while maintaining the same > core logic for table operations. > Requirements: > * Create new functions: > ** CatalogManager::DeleteTableWithUser > ** CatalogManager::AlterTableWithUser > ** CatalogManager::CreateTableWithUser > * These functions should: > ** Accept a username parameter instead of rpc::RpcContext. > ** Implement the same authorization, logging, and HMS integration logic as > their corresponding RPC versions (DeleteTableRpc, AlterTableRpc, and > CreateTable). > ** Refactor shared logic between the existing RPC functions and the new > \{Delete/Alter/Create}TableWithUser functions into reusable helper functions > to minimize code duplication. -- This message was sent by Atlassian Jira (v8.20.10#820010)