leesf commented on code in PR #5660:
URL: https://github.com/apache/incubator-gluten/pull/5660#discussion_r1642803514
##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1927,6 +1943,20 @@ object GlutenConfig {
.stringConf
.createWithDefault("FATAL")
+ val AWS_S3_RETRY_MODE =
+ buildConf("spark.gluten.velox.fs.s3a.retry.mode")
+ .internal()
+ .doc("Retry mode for AWS s3 connection error.")
Review Comment:
Can add `"standard" and "adaptive"` as well for the doc?
--
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]