diff --git a/docs/src/main/sphinx/admin/fault-tolerant-execution.md b/docs/src/main/sphinx/admin/fault-tolerant-execution.md index 54185a71f3b8..864b8e442545 100644 --- a/docs/src/main/sphinx/admin/fault-tolerant-execution.md +++ b/docs/src/main/sphinx/admin/fault-tolerant-execution.md @@ -182,7 +182,7 @@ queries/tasks are no longer retried in the event of repeated failures: - `10s` - `QUERY` and `TASK` * - `retry-max-delay` - - Maximum :ref:`time ` that a failed query or task must + - Maximum [time](prop-type-duration) that a failed query or task must wait before it is retried. Wait time is increased on each subsequent failure. May be overridden with the ``retry_max_delay`` [session property](session-properties-definition). diff --git a/docs/src/main/sphinx/connector/delta-lake.md b/docs/src/main/sphinx/connector/delta-lake.md index 1bbd1bb95e9c..4025bbb94b8b 100644 --- a/docs/src/main/sphinx/connector/delta-lake.md +++ b/docs/src/main/sphinx/connector/delta-lake.md @@ -1055,13 +1055,13 @@ keep a backup of the original values if you change them. starts issuing reads of the `max-split-size` size. - `200` * - `delta.max-initial-split-size` - - Sets the initial :ref:`prop-type-data-size` for a single read section + - Sets the initial [](prop-type-data-size) for a single read section assigned to a worker until `max-initial-splits` have been processed. You can also use the corresponding catalog session property `.max_initial_split_size`. - `32MB` * - `delta.max-split-size` - - Sets the largest :ref:`prop-type-data-size` for a single read section + - Sets the largest [](prop-type-data-size) for a single read section assigned to a worker after `max-initial-splits` have been processed. You can also use the corresponding catalog session property `.max_split_size`.