yaooqinn commented on code in PR #38024:
URL: https://github.com/apache/spark/pull/38024#discussion_r982991812
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1078,6 +1078,13 @@ package object config {
.booleanConf
.createWithDefault(false)
+ private[spark] val IGNORE_CORRUPT_FILES_AFTER_RETIES =
Review Comment:
> isn't the file effectively 'corrupt' in this case.
it isn't. an IOE could be a temporary failure.
--
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]