You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/26 18:39:14 UTC

[GitHub] [spark] gengliangwang opened a new pull request #24225: [WIP][SPARK-27286][SQL] Handles exceptions on proceeding to next record in FilePartitionReader

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org