viirya opened a new pull request #23628: [SPARK-26702][TEST] Create a test trait for Parquet and Orc test URL: https://github.com/apache/spark/pull/23628 ## What changes were proposed in this pull request? For making test suite supporting both Parquet and Orc by reusing test cases, this patch extracts the methods for testing. For example, if we need to test a common feature shared by Parquet and Orc, we should be able to write test cases once and reuse them to test both formats. This patch extracts the methods for testing and uses a variable `dataSourceName` to set up data format to test against with. ## How was this patch tested? Existing tests.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
