mbudiu-vmw opened a new pull request, #3145:
URL: https://github.com/apache/calcite/pull/3145

   This PR essentially adds more than 7 million SQL tests to Calcite, from the 
SQL Logic Test Suite built by sqlite.
   
   This addresses https://issues.apache.org/jira/browse/CALCITE-5615
   
   This is a larger PR but it is for a completely self-contained program with a 
main entry point.
   The README.md contained in this PR documents the program structure and its 
intended usage.
   Using this program will require users to install separately the tests from 
the SQL Logic Test Suite: 
https://www.sqlite.org/sqllogictest/doc/trunk/about.wiki  
   
   The testing program finds multiple bugs in the default configuration of the 
Calcite compiler, both crashes and incorrect outputs. The plan is to file 
separate issues for each of these bugs as they are found.
   However, this program is also intended to be extended to test other 
Calcite-based compilers (or it could be used for other SQL query engines; there 
is nothing special about Calcite in the implementation.)


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

Reply via email to