Docs, Core: Document update for Rest Catalog's HTTP client properties in catalog-properties.md - #17937
Closed
talatuyarer wants to merge 1 commit into
Closed
Docs, Core: Document update for Rest Catalog's HTTP client properties in catalog-properties.md#17937talatuyarer wants to merge 1 commit into
talatuyarer wants to merge 1 commit into
Conversation
…d configuration options
gaborkaszab
reviewed
Sep 3, 2026
| | `namespace-separator` | `%1F` | The separator character used for namespace levels when communicating with the REST server. | | ||
| | `scan-planning-mode` | `CLIENT` | Controls where scan planning is performed. Supported values: `CLIENT` (client-side planning), `SERVER` (server-side planning). Can be overridden per-table by the server in LoadTableResponse. | | ||
|
|
||
| ### HTTP client properties |
Contributor
There was a problem hiding this comment.
There is a dedicated RESTCatalogProperties. Wouldn't these new configs fit better there?
Contributor
Author
There was a problem hiding this comment.
Thanks for the suggestion, @gaborkaszab. Your feedback prompted me to consider why we don't have a dedicated REST Catalog documentation page. I have addressed this in a new PR: #17940, where I've created dedicated pages for the REST Protocol and the REST Catalog.
I will be appricated if you can review and share your thoughts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new "HTTP client properties" subsection under "REST catalog properties" in
docs/docs/catalog-properties.md, documenting all 11rest.client.*keys defined inHTTPClient.java, which previously had no documentation anywhere in the docs.