LuciferYang opened a new pull request #35177:
URL: https://github.com/apache/spark/pull/35177


   ### What changes were proposed in this pull request?
   `SpecificParquetRecordReaderBase.listDirectory`  is used to return the list 
of files at `path` recursively and the result will skips files that are ignored 
normally by MapReduce.
   
   This method is only used by tests in Spark now and the tests also includes 
non-parquet test scenario, such as `OrcColumnarBatchReaderSuite`.
   
   So this pr move this method from `SpecificParquetRecordReaderBase` to 
`TestUtils` to make it as a test method.
   
   
   ### Why are the changes needed?
   Refactoring: move test method to `TestUtils`.
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass GA
   


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

Reply via email to