Skip to content

Commit 0a82c6b

Browse files
committed
fix main
Signed-off-by: Ruihang Xia <[email protected]>
1 parent 79f494a commit 0a82c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/update_config_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ In conclusion, for queries under a very tight memory limit, it's recommended to
167167
set `target_partitions` and `batch_size` to smaller values.
168168
169169
```sql
170-
-- Query still gets paralleized, but each partition will have more memory to use
170+
-- Query still gets parallelized, but each partition will have more memory to use
171171
SET datafusion.execution.target_partitions = 4;
172172
-- Smaller than the default '8192', while still keep the benefit of vectorized execution
173173
SET datafusion.execution.batch_size = 1024;

docs/source/user-guide/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ In conclusion, for queries under a very tight memory limit, it's recommended to
239239
set `target_partitions` and `batch_size` to smaller values.
240240

241241
```sql
242-
-- Query still gets paralleized, but each partition will have more memory to use
242+
-- Query still gets parallelized, but each partition will have more memory to use
243243
SET datafusion.execution.target_partitions = 4;
244244
-- Smaller than the default '8192', while still keep the benefit of vectorized execution
245245
SET datafusion.execution.batch_size = 1024;

0 commit comments

Comments
 (0)