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


   ### What changes were proposed in this pull request?
   In the PR, I propose to move the test `SPARK-32810: CSV and JSON data 
sources should be able to read files with escaped glob metacharacter in the 
paths` from `DataFrameReaderWriterSuite` to `CSVSuite` and to `JsonSuite`. This 
will allow to run the same test in `CSVv1Suite`/`CSVv2Suite` and in 
`JsonV1Suite`/`JsonV2Suite`.
   
   ### Why are the changes needed?
   To improve test coverage by checking JSON/CSV datasources v1 and v2.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running affected test suites:
   ```
   $ build/sbt "sql/test:testOnly 
org.apache.spark.sql.execution.datasources.csv.*"
   $ build/sbt "sql/test:testOnly 
org.apache.spark.sql.execution.datasources.json.*"
   ```


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



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

Reply via email to