This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
from f92585c2 GH-704: Fix initialization of offset buffer when exporting
VarChar vectors through C Data Interface (#705)
add 222f30e7 GH-494: [Flight] Allow configuring connect timeout in JDBC
(#495)
No new revisions were added by this update.
Summary of changes:
flight/flight-sql-jdbc-core/pom.xml | 15 +++
.../arrow/driver/jdbc/ArrowFlightConnection.java | 1 +
.../jdbc/client/ArrowFlightSqlClientHandler.java | 52 ++++++--
.../utils/ArrowFlightConnectionConfigImpl.java | 15 ++-
.../apache/arrow/driver/jdbc/ResultSetTest.java | 140 ++++++++++++++++++++-
.../ArrowFlightSqlClientHandlerBuilderTest.java | 1 +
.../utils/ArrowFlightConnectionConfigImplTest.java | 32 ++++-
.../jdbc/utils/FallbackFlightSqlProducer.java | 10 ++
8 files changed, 240 insertions(+), 26 deletions(-)