alamb opened a new pull request #1846: URL: https://github.com/apache/arrow-datafusion/pull/1846
# Which issue does this PR close? re https://github.com/apache/arrow-datafusion/issues/743 re https://github.com/apache/arrow-datafusion/issues/348 # Rationale for this change There are a bunch of tests in execution/context.rs that are not related to `ExecutionContext` (they are end to end tests for sql that happen to use the functions in `ExecutionContext`) This both slows down compile times in the `datafusion` crate as well as makes it harder to discover existing test coverage. This was annoying me recently when working in the `context` module so I decided to start moving the code over incrementally # What changes are included in this PR? Move a test # 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]
