xborder opened a new pull request, #965:
URL: https://github.com/apache/arrow-java/pull/965
## What's Changed
- Fixed JDBC specification in ArrowFlightJdbcArray.getResultSet() that
caused IndexOutOfBoundsException in JDBC clients like DBeaver when reading
array columns
- The method returned a single-column ResultSet containing only array
values, but JDBC spec requires a 2-column format
- Not it returns two columns:
- Column 1 (INDEX): 1-based element indices per JDBC specification
- Column 2: The actual array element values
Closes #964.
--
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]