MaxGekk opened a new pull request #30067:
URL: https://github.com/apache/spark/pull/30067


   ### What changes were proposed in this pull request?
   1. Add the common trait `CommonFileDataSourceSuite` with tests that can be 
executed for all built-in file-based datasources.
   2. Add a test `CommonFileDataSourceSuite` to check that datasource options 
are propagated to underlying file systems as Hadoop configs.
   3. Mix `CommonFileDataSourceSuite` to `AvroSuite`, `OrcSourceSuite`, 
`TextSuite`, `JsonSuite`, CSVSuite` and to `ParquetFileFormatSuite`.
   4. Remove duplicated tests from `AvroSuite` and from `OrcSourceSuite`.
   
   ### Why are the changes needed?
   To improve test coverage and test all built-in file-based datasources.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running the affected test suites.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to