From 3a453f7a3cd589307f4c296bd189d2f73822abcb Mon Sep 17 00:00:00 2001 From: 317brian <53799971+317brian@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:58:39 -0700 Subject: [PATCH] docs: add note about transparent_reconnection (#14953) * add note about transparent_reconnection * Update docs/api-reference/sql-jdbc.md --- docs/api-reference/sql-jdbc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api-reference/sql-jdbc.md b/docs/api-reference/sql-jdbc.md index 1d2b309423e..2963713e709 100644 --- a/docs/api-reference/sql-jdbc.md +++ b/docs/api-reference/sql-jdbc.md @@ -30,7 +30,8 @@ sidebar_label: SQL JDBC driver You can make [Druid SQL](../querying/sql.md) queries using the [Avatica JDBC driver](https://calcite.apache.org/avatica/downloads/). -We recommend using Avatica JDBC driver version 1.22.0 or later. +We recommend using Avatica JDBC driver version 1.23.0 or later. Note that starting with Avatica 1.21.0, you may need to set the [`transparent_reconnection`](https://calcite.apache.org/avatica/docs/client_reference.html#transparent_reconnection) property to `true` if you notice intermittent query failures. + Once you've downloaded the Avatica client jar, add it to your classpath. Example connection string: