cxzl25 commented on code in PR #5919:
URL: https://github.com/apache/kyuubi/pull/5919#discussion_r1436052342
##########
kyuubi-hive-beeline/pom.xml:
##########
@@ -46,6 +46,11 @@
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.thrift</groupId>
+ <artifactId>libthrift</artifactId>
Review Comment:
Beeline currently does not have a shade, and the code also has some
thrift-related classes.
If the server returns the thrift exception class of the shade, beeline may
not be able to handle it correctly.
org.apache.hive.beeline.BeeLine#handleSQLException
https://github.com/apache/hive/blob/81b394104b08efdc42d782d444462f4fdc12a8fd/beeline/src/java/org/apache/hive/beeline/BeeLine.java#L2179-L2197
--
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]