Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/src/main/sphinx/connector/delta-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ values. Typical usage does not require you to configure them.
- Enable writing row statistics to checkpoint files.
- `true`
* - ``delta.checkpoint-filtering.enabled``
- Enable partition pruning when reading checkpoint files.
- Enable pruning of data file entries as well as data file statistics
columns which are irrelevant for the query when reading Delta Lake
checkpoint files.
The equivalent catalog session property is ``checkpoint_filtering_enabled``.
- ``false``
* - `delta.dynamic-filtering.wait-timeout`
Expand Down