alamb opened a new pull request, #8505: URL: https://github.com/apache/arrow-datafusion/pull/8505
## Which issue does this PR close? This is part of https://github.com/apache/arrow-datafusion/issues/8451 ## Rationale for this change There are no good end to end tests of repartitioned scans that I could find (because the default size threshold for repartitioning is 10MB, and most tests use files smaller than this) ## What changes are included in this PR? 1. Add end to end tests for repartitioning 2. Fix a bug in sqllogictest harness that meant `--complete` mode didn't clear scratch files (I think @tustvold hit this at some point) 3. FIx a bug in `SINGLE_FILE_OUTPUT` that caused it to fail if the parent directory didn't exist ## Are these changes tested? Yes -- there are several new tests added ## Are there any user-facing changes? Two bug fixes as described abive -- 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]
