zabetak opened a new pull request, #3704:
URL: https://github.com/apache/calcite/pull/3704

   Quick POC of how org.testcontainers + parameterized tests can be exploited 
to test the behavior of SQL functions across different database systems.
   
   https://lists.apache.org/thread/mxy9p6cy8sssf1sq3gz7zkzm6hsysns5
   
   To run the test execute the following:
   ```
   ./gradlew :core:test --tests DBFunctionConsistencyTest
   ```
   Change `USE_RAW_JDBC_CONNECTION` and run again to bypass Calcite's JDBC 
adapter and use the raw result set.


-- 
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: commits-unsubscr...@calcite.apache.org

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

Reply via email to