xumingming opened a new pull request, #11810: URL: https://github.com/apache/gluten/pull/11810
## What changes are proposed in this pull request? 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. Close #11809 ## How was this patch tested? Manual test. ## Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
