comphead commented on issue #13648:
URL: https://github.com/apache/datafusion/issues/13648#issuecomment-2518254795

   There is an interesting approach at MariaDB, they generate queries with 
different syntaxes to find regressions. 
   Basically we can take their main.sql file which is 7MB of different queries 
including join queries and adapt it to DF.
   
   There is no answers check, just smoke test that query can run successfully 
   
   The example can be found 
https://github.com/mariadb-corporation/mariadb-qa/tree/master/pquery
   
   @alamb WDYT? it looks like a low hanging fruit, we can take the file and run 
it in latest datafusion CLI as part of CI or major release verification process


-- 
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]

Reply via email to