Skip to content

Commit 30baa69

Browse files
Update docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 8afac31 commit 30baa69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/trino/pages/usage-guide/fault-tolerant-execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ With fault-tolerant execution enabled, intermediate exchange data is spooled and
88
By default, if a Trino node lacks the resources to execute a task or otherwise fails during query execution, the query fails and must be run again manually.
99
The longer the runtime of a query, the more likely it is to be susceptible to such failures.
1010

11-
NOTE: Fault tolerance does not apply to broken queries or other user error.
11+
NOTE: Fault tolerance does not apply to broken queries or other user errors.
1212
For example, Trino does not spend resources retrying a query that fails because its SQL cannot be parsed.
1313

1414
Take a look at the link:https://trino.io/docs/current/admin/fault-tolerant-execution.html[Trino documentation for fault-tolerant execution {external-link-icon}^] to learn more.

0 commit comments

Comments
 (0)