Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
2.2.1
-
None
-
None
Description
When `spark.sql.files.ignoreCorruptFiles` is set it totally ignores any kind of RuntimeException or IOException, but some possible IOExceptions may happen even if the file is not corrupted.
One example is the SocketTimeoutException which can be retried to possibly fetch the data without meaning the data is corrupted.
See:
Attachments
Issue Links
- relates to
-
HADOOP-15216 S3AInputStream to handle reconnect on read() failure better
-
- Resolved
-