From 26316ff5416e60b9ecab52fc98f68595a82e3c46 Mon Sep 17 00:00:00 2001 From: Alexander Grueneberg Date: Wed, 11 Oct 2023 15:24:31 +0200 Subject: [PATCH] Fix typo: tax_max_writer_count -> task_max_writer_count --- docs/src/main/sphinx/release/release-428.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/release/release-428.md b/docs/src/main/sphinx/release/release-428.md index 37635cc01107..7bc201687c8d 100644 --- a/docs/src/main/sphinx/release/release-428.md +++ b/docs/src/main/sphinx/release/release-428.md @@ -5,7 +5,7 @@ * Reduce memory usage for queries involving `GROUP BY` clauses. ({issue}`19187`) * Simplify writer count configuration. Add the new `task.min-writer-count` and `task.max-writer-count` configuration properties along with the - `task_min_writer_count` and `tax_max_writer_count` session properties, which + `task_min_writer_count` and `task_max_writer_count` session properties, which control the number of writers depending on scenario. Deprecate the `task.writer-count`, `task.scale-writers.max-writer-count`, and `task.partitioned-writer-count` configuration properties, which will be