Skip to content

Commit 9da9f76

Browse files
author
shuxu.li
committed
feat: Implement NoopAuthManager and integrate AuthManager into RestCatalog
1 parent 0895bc2 commit 9da9f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/catalog/rest/rest_catalog.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ std::unordered_set<Endpoint> GetDefaultEndpoints() {
6868
};
6969
}
7070

71-
/// \brief Fetch server config and merge it with client config
71+
/// \brief Fetch server configuration from the REST catalog server.
7272
Result<CatalogConfig> FetchServerConfig(
7373
const ResourcePaths& paths, const RestCatalogProperties& current_config,
7474
const std::shared_ptr<auth::AuthSession>& session) {

0 commit comments

Comments
 (0)