soumyava commented on code in PR #14953:
URL: https://github.com/apache/druid/pull/14953#discussion_r1320178708


##########
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.22.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.

Review Comment:
   Since we are using 1.23 now should this be 1.23 ? Or since the change came 
after 1.21 this should be 1.21 ? I think 1.23 but have no pressing case against 
it as well



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to