viirya commented on code in PR #46562: URL: https://github.com/apache/spark/pull/46562#discussion_r1599000581
########## sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala: ########## @@ -1587,6 +1550,56 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession } } +// Parquet IO test suite with output commit coordination disabled. +// This suite is a separate file to avoid race condition of failure events +// from `OutputCommitCoordination` and `TaskSetManager`. Review Comment: `separate file`? You mean `separate test suite`? -- 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]
