Skip to content

Docs: Document missing read table properties in configuration - #17554

Open
uros-b wants to merge 1 commit into
apache:mainfrom
uros-b:docs-document-missing-table-properties
Open

Docs: Document missing read table properties in configuration#17554
uros-b wants to merge 1 commit into
apache:mainfrom
uros-b:docs-document-missing-table-properties

Conversation

@uros-b

@uros-b uros-b commented Aug 8, 2026

Copy link
Copy Markdown
Member

Three read table properties are defined in TableProperties and honored at scan planning time, but are missing from the configuration reference:

Property Default Source
read.split.adaptive-size.enabled true ADAPTIVE_SPLIT_SIZE_ENABLED_DEFAULT
read.data-planning-mode auto PLANNING_MODE_DEFAULT
read.delete-planning-mode auto PLANNING_MODE_DEFAULT

The accepted planning modes (auto, local, distributed) come from the PlanningMode enum. Docs-only.

Add read.split.adaptive-size.enabled, read.data-planning-mode, and read.delete-planning-mode to the read properties table with their defaults and accepted values.
@github-actions github-actions Bot added the docs label Aug 8, 2026

@uros-b uros-b left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nastra Please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants