AngersZhuuuu commented on a change in pull request #25721:
[WIP][SPARK-29018][SQL] Implement Spark Thrift Server with it's own code base
on PROTOCOL_VERSION_V9
URL: https://github.com/apache/spark/pull/25721#discussion_r337053700
##########
File path: sql/hive-thriftserver/pom.xml
##########
@@ -77,6 +77,10 @@
<groupId>${hive.group}</groupId>
<artifactId>hive-beeline</artifactId>
</dependency>
+ <dependency>
+ <groupId>${hive.group}</groupId>
+ <artifactId>hive-service</artifactId>
Review comment:
> Or is it that we now depend on it just so that Hive JDBC client can work?
yes, beeline rely on hive-beeline -> hive-jdbc -> hive-service.
So I just import this part for beeline, and this part is follow hive
version.
So it is ok to do this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]