alamb opened a new pull request, #5199: URL: https://github.com/apache/arrow-datafusion/pull/5199
# Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/4495 # Rationale for this change While reviewing https://github.com/apache/arrow-datafusion/pull/5171 I realized that many of the tests are still written directly in rust, which is not bad but figured I would start porting them to sqllogictests so we can avoid adding to the porting work I think sqllogictests are easier to write (less boilerplate setup) and maintain (no rust recompilation to update output files). This is also the first sqllogictest I know of that has expain plans, which is exciting # What changes are included in this PR? Port the first few tests from window.rs to sqllogictests # Are these changes tested? Yes, they are all 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]
