2010YOUY01 opened a new issue, #17698: URL: https://github.com/apache/datafusion/issues/17698
### Is your feature request related to a problem or challenge? SQLStorm is a LLM-gemerated benchmark/test suite https://github.com/SQL-Storm/SQLStorm It includes 10k+ queries for well-known datasets like TPC-H, TPC-DS, and JOB. These queries have been tested against DuckDB and PostgreSQL to ensure validity. Running SQLStorm queries against DataFusion can improve test coverage and help identify optimization opportunities. ### Describe the solution you'd like 1. Implement a runner to execute SQLStorm-generated queries 2. Report failures, and queries that are significantly slower (or more memory-consuming) than DuckDB - I think most of them will be caused by bad join order since DF don't have an optimizer for join ordering, we can first identify slow queries caused by other reasons first 3. Add those queries to (extended) CI for testing I just did an initial implementation, with many query failures found. I’ll spend some time reporting the bugs and will provide an update soon. ### Describe alternatives you've considered _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
