Commit 9355834
authored
[VL] Remove dead config spark.gluten.velox.fs.s3a.connect.timeout (#11810)
The config `spark.gluten.velox.fs.s3a.connect.timeout` was originally
introduced in GLUTEN-5659 and explicitly read by ConfigExtractor.cc to
set the S3 TCP connect timeout (connectTimeoutMs).
In GLUTEN-9182, ConfigExtractor.cc was refactored to use a suffix-map
approach reading `spark.hadoop.fs.s3a.connection.establish.timeout`
for connectTimeoutMs and `spark.hadoop.fs.s3a.connection.timeout` for
requestTimeoutMs. The old key was never cleaned up, leaving
`AWS_S3_CONNECT_TIMEOUT` defined in VeloxConfig.scala but never
referenced, and the key forwarded into the native conf map but never
consumed by any C++ code.
Remove the config definition, its entries in nativeKeys and
getNativeBackendConf defaults, and the documentation row.1 parent d936025 commit 9355834
File tree
3 files changed
+0
-9
lines changed- backends-velox/src/main/scala/org/apache/gluten/config
- docs
- gluten-substrait/src/main/scala/org/apache/gluten/config
3 files changed
+0
-9
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | 554 | | |
561 | 555 | | |
562 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | 497 | | |
499 | 498 | | |
500 | 499 | | |
| |||
604 | 603 | | |
605 | 604 | | |
606 | 605 | | |
607 | | - | |
608 | 606 | | |
609 | 607 | | |
610 | 608 | | |
| |||
0 commit comments