alamb opened a new issue, #13811:
URL: https://github.com/apache/datafusion/issues/13811

   ### Is your feature request related to a problem or challenge?
   
   As DataFusion matures and becomes the foundation for more and more systems, 
ensuring it works bug free with many SQL queries is even more important. We 
have our own substantial test suites, but we still find issues from time to 
time, and more systematic testing would be even better
   
   This ticket attempts to 
   - summarize https://github.com/apache/datafusion/issues/13470
   - organize the follow on items that @Omega359  discovered during initial 
implementation
   
   
   ### Describe the solution you'd like
   
   As described on https://github.com/apache/datafusion/issues/13470, there is 
a well known, very large corpus of sql test files originally from sqlite in 
sqllogictest format. It is common for other sql engines to run these scripts
   
   The main description page is: 
https://sqlite.org/sqllogictest/file?name=about.wiki&ci=tip
   
   @Omega359 has undertaken a substantial effort to create a DataFusion test 
runner to run these tests
   
   I believe the code is here
   - 
https://github.com/Omega359/arrow-datafusion/tree/feature/sqllogictest_add_sqlite
   
   ### Describe alternatives you've considered
   
   Infrastructure Tasks
   - [x] prototype test runner: 
https://github.com/Omega359/arrow-datafusion/tree/feature/sqllogictest_add_sqlite
   - [x] Triage initial results (thanks @Omega359 ❤️)
   - [ ] Complete test runner integration (documentation, merge to main)
   
   
   Fix bugs discovered by the initial testing
   - [ ] https://github.com/apache/datafusion/issues/13784
   - [ ] https://github.com/apache/datafusion/issues/13782
   - [ ] https://github.com/apache/datafusion/issues/13781
   - [ ] https://github.com/apache/datafusion/issues/13780
   - [ ] https://github.com/apache/datafusion/issues/13779
   - [ ] https://github.com/apache/datafusion/issues/13775
   
   ### Additional context
   
   _No response_


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to