We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0895bc2 commit 9da9f76Copy full SHA for 9da9f76
src/iceberg/catalog/rest/rest_catalog.cc
@@ -68,7 +68,7 @@ std::unordered_set<Endpoint> GetDefaultEndpoints() {
68
};
69
}
70
71
-/// \brief Fetch server config and merge it with client config
+/// \brief Fetch server configuration from the REST catalog server.
72
Result<CatalogConfig> FetchServerConfig(
73
const ResourcePaths& paths, const RestCatalogProperties& current_config,
74
const std::shared_ptr<auth::AuthSession>& session) {
0 commit comments