Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test SQL function consistency with other systems #3704

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zabetak
Copy link
Contributor

@zabetak zabetak commented Feb 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant