diff --git a/docs/src/main/sphinx/connector/delta-lake.md b/docs/src/main/sphinx/connector/delta-lake.md index 3661c98a75ca..d9c86b6c2452 100644 --- a/docs/src/main/sphinx/connector/delta-lake.md +++ b/docs/src/main/sphinx/connector/delta-lake.md @@ -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`