alamb opened a new pull request, #5506:
URL: https://github.com/apache/arrow-datafusion/pull/5506

   # Which issue does this PR close?
   Closes https://github.com/apache/arrow-datafusion/issues/5453
   
   # Rationale for this change
   
   Improve the DataFusion development cycle time by `cargo test -p datafusion` 
having to compile datafusion lib, then the parquet-test-utils, and then the 
tests.
   
   "A little copying is better than a lot of dependency"
   
    https://www.youtube.com/watch?v=PAAkCSZUG1c
   
   # What changes are included in this PR?
   
   Copy a (subset) part of ParquetTestFile into the datafusion core test that 
uses them
   
   # Are these changes tested?
   
   Yes (existing tests)
   
   # Are there any user-facing changes?
   No


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

Reply via email to