srowen commented on code in PR #38024:
URL: https://github.com/apache/spark/pull/38024#discussion_r982356825
##########
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:
Do we really need another config?
I'm sorta confused, isn't the file effectively 'corrupt' in this case, and
you have asked to ignore that?
--
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]