rluvaton opened a new pull request, #2804: URL: https://github.com/apache/datafusion-comet/pull/2804
## Which issue does this PR close? N/A ## Rationale for this change looking at the fake Hadoop FileSystem it looks like it modifying global property `useDeprecatedFileStatus` in `RawLocalFileSystem` by calling `useStatIfAvailable` Moving it to the first will make sure that other tests are not affected by it. moving it to the end will hide problems and can easily lead to errors ## What changes are included in this PR? Moved `org.apache.comet.parquet.ParquetReadFromFakeHadoopFsSuite` to be at the start ## How are these changes tested? CI -- 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]
