Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in doc #19752

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/admin/fault-tolerant-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <prop-type-duration>` 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).
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/delta-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
`<catalog-name>.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
`<catalog-name>.max_split_size`.
Expand Down
Loading