pan3793 commented on code in PR #5480:
URL: https://github.com/apache/kyuubi/pull/5480#discussion_r1369473104
##########
docs/deployment/migration-guide.md:
##########
@@ -27,6 +27,10 @@
* Since Kyuubi 1.8, PROMETHEUS is changed as the default metrics reporter. To
restore previous behavior,
set `kyuubi.metrics.reporters=JSON`.
+* Since Kyuubi 1.8, Kyuubi Hive JDBC Driver offers protocol version v6 to
server by default.
+ To restore previous behavior, add `clientProtocolVersion=9;` to JDBC URL
client properties section:
+ `jdbc:subprotocol://host:port[/catalog]/[schema];clientProtocolVersion=9;`
Review Comment:
```suggestion
`jdbc:kyuubi://<host>:<port>[/catalog]/[schema];clientProtocolVersion=9;`
```
--
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]