jarohen commented on issue #42:
URL: https://github.com/apache/arrow-java/issues/42#issuecomment-2529192546
upgrading to 18.1.0, ADBC 0.15.0 (and hence grpc-netty 1.65.0) gives me
_different_ errors, at least :sweat_smile:
Through FlightSqlClient:
```
1. Unhandled java.lang.IndexOutOfBoundsException
(No message)
Buffer.java: 757 java.nio.Buffer$1/apply
Buffer.java: 754 java.nio.Buffer$1/apply
Preconditions.java: 213 jdk.internal.util.Preconditions$4/apply
Preconditions.java: 210 jdk.internal.util.Preconditions$4/apply
Preconditions.java: 98 jdk.internal.util.Preconditions/outOfBounds
Preconditions.java: 106
jdk.internal.util.Preconditions/outOfBoundsCheckIndex
Preconditions.java: 302 jdk.internal.util.Preconditions/checkIndex
Buffer.java: 779 java.nio.Buffer/checkIndex
HeapByteBuffer.java: 502 java.nio.HeapByteBuffer/getInt
Table.java: 301 com.google.flatbuffers.Table/__reset
Message.java: 41 org.apache.arrow.flatbuf.Message/__init
Message.java: 42 org.apache.arrow.flatbuf.Message/__assign
Message.java: 40
org.apache.arrow.flatbuf.Message/getRootAsMessage
Message.java: 39
org.apache.arrow.flatbuf.Message/getRootAsMessage
MessageSerializer.java: 727
org.apache.arrow.vector.ipc.message.MessageSerializer/readMessage
MessageSerializer.java: 205
org.apache.arrow.vector.ipc.message.MessageSerializer/deserializeSchema
FlightSqlClient.java: 1306
org.apache.arrow.flight.sql.FlightSqlClient$PreparedStatement/deserializeSchema
FlightSqlClient.java: 1282
org.apache.arrow.flight.sql.FlightSqlClient$PreparedStatement/getParameterSchema
FlightSqlClient.java: 1334
org.apache.arrow.flight.sql.FlightSqlClient$PreparedStatement/execute
flight_sql_test.clj: 135 xtdb.flight-sql-test/fn/fn
```
Currently wondering whether this is the 0.14.0 -> 0.15.0 upgrade, if there
was a breaking change there... :eyes:
Separately, through ADBC, I get an empty result-set back where previously I
was correctly getting rows.
I'll close this one for now and keep digging, given I'm not seeing the
original error - but if you know off-hand what might be causing these other two
I'm all ears :laughing:
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]