Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
A recent bump of calcite.version to 1.40.0 broke JdbcTest.test version cause the following condition was no longer true.
assertTrue(driverMinor >= 0 && driverMinor < 40);
If we want to test that versions in properties really match those in JDBC it makes more sense to have strict equality instead of range. The drawback is that we have to update the test after every version bump.
Attachments
Issue Links
- relates to
-
CALCITE-1420 Allow Calcite JDBC Driver minor version to be greater than 9
-
- Closed
-
- links to