-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
SQLStorm is a LLM-gemerated benchmark/test suite https://github.com/SQL-Storm/SQLStorm
Code: https://github.com/2010YOUY01/datafusion-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
- Implement a runner to execute SQLStorm-generated queries
- 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
- 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
jonathanc-n, jcsherin and tobixdev
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request