turboFei commented on issue #25795: [SPARK-29037][Core] Spark gives duplicate result when an application was killed URL: https://github.com/apache/spark/pull/25795#issuecomment-531624809 @dongjoon-hyun Thanks for your suggestion. I have moved the UT to sql/core module. And I found that the `committer` here is an instance of `org.apache.parquet.hadoop.ParquetOutputCommitter` . And ParquetOutputCommitter is only used in sql/core module. So, I think we only need add UT to sql/core module. Can you help take a look again? Thanks in advance!
---------------------------------------------------------------- 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]
