Commit a8bf7ea
authored
[MINOR] Fix typo in shuffleInputOutput config name (#12239)
This PR fixes a typo in the Velox backend configuration key:
spark.gluten.sql.columnar.backend.velox.resizeBatches.shuffleInputOuptut.minSize
is renamed to:
spark.gluten.sql.columnar.backend.velox.resizeBatches.shuffleInputOutput.minSize1 parent ca7d68f commit a8bf7ea
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- backends-velox/src/main/scala/org/apache/gluten/config
- docs
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments