gengliangwang opened a new pull request #24225: [WIP][SPARK-27286][SQL] Handles exceptions on proceeding to next record in FilePartitionReader URL: https://github.com/apache/spark/pull/24225 ## What changes were proposed in this pull request? In data source V2, the method `PartitionReader.next()` has side effects. When the method is called, the current reader proceeds to the next record. This might throw RuntimeException/IOException and File source V2 framework should handle these exceptions. ## How was this patch tested? Unit test.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
