You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2016/10/07 10:07:20 UTC

[jira] [Created] (CALCITE-1420) Allow Calcite JDBC Driver minor version to be greater than 9

Jesus Camacho Rodriguez created CALCITE-1420:
------------------------------------------------

             Summary: Allow Calcite JDBC Driver minor version to be greater than 9
                 Key: CALCITE-1420
                 URL: https://issues.apache.org/jira/browse/CALCITE-1420
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.9.0
            Reporter: Jesus Camacho Rodriguez
            Assignee: Jesus Camacho Rodriguez
            Priority: Minor
             Fix For: 1.10.0


l1031 in /core/src/test/java/org/apache/calcite/test/JdbcTest.java

{code}
assertTrue(driverMinor >= 0 && driverMinor < 10);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)