soumyava commented on code in PR #14953: URL: https://github.com/apache/druid/pull/14953#discussion_r1320248213
########## 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: Ok lets change this to 1.23 rest looks good -- 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]
