Dmitriy created DRILL-3968:
------------------------------

             Summary: JDBC driver seems to be not compatible with previous 
versions of apache drill.
                 Key: DRILL-3968
                 URL: https://issues.apache.org/jira/browse/DRILL-3968
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Dmitriy


When try to execute query using jdbc-driver-all version 1.2.0 to environment 
with drill 1.0.0 or 1.1.0  I have the following exception

Exception in thread "main" java.sql.SQLException: Unexpected RuntimeException: 
java.lang.IndexOutOfBoundsException: Index: 0
        at 
org.apache.drill.jdbc.impl.DrillCursor.nextRowInternally(DrillCursor.java:261)
        at 
org.apache.drill.jdbc.impl.DrillCursor.loadInitialSchema(DrillCursor.java:290)
        at 
org.apache.drill.jdbc.impl.DrillResultSetImpl.execute(DrillResultSetImpl.java:1359)
        at 
org.apache.drill.jdbc.impl.DrillResultSetImpl.execute(DrillResultSetImpl.java:74)
        at 
oadd.net.hydromatic.avatica.AvaticaConnection.executeQueryInternal(AvaticaConnection.java:404)
        at 
oadd.net.hydromatic.avatica.AvaticaStatement.executeQueryInternal(AvaticaStatement.java:351)
        at 
oadd.net.hydromatic.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:78)
        at 
org.apache.drill.jdbc.impl.DrillStatementImpl.executeQuery(DrillStatementImpl.java:97)
        at TestNewDriver.test(TestNewDriver.java:24)
        at TestNewDriver.main(TestNewDriver.java:17)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0
        at java.util.Collections$EmptyList.get(Collections.java:4454)
        at 
oadd.org.apache.drill.exec.proto.UserBitShared$SerializedField.getChild(UserBitShared.java:8390)
        at 
oadd.org.apache.drill.exec.vector.NullableVarCharVector.load(NullableVarCharVector.java:258)
        at 
oadd.org.apache.drill.exec.record.RecordBatchLoader.load(RecordBatchLoader.java:102)
        at 
org.apache.drill.jdbc.impl.DrillCursor.nextRowInternally(DrillCursor.java:223)
        ... 14 more



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

Reply via email to