wangyum commented on a change in pull request #26340: [WIP][SPARK-29108][SQL]
Add new module sql/thriftserver with all code and UT
URL: https://github.com/apache/spark/pull/26340#discussion_r343044373
##########
File path:
sql/thriftserver/src/gen/thrift/gen-javabean/org/apache/spark/sql/thriftserver/cli/thrift/TArrayTypeEntry.java
##########
@@ -0,0 +1,363 @@
+/**
+ * Autogenerated by Thrift Compiler (0.12.0)
Review comment:
@AngersZhuuuu Could we just add `hive-service-rpc` to our maven dependency?
```xml
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service-rpc</artifactId>
<version>2.3.6</version>
</dependency>
```
----------------------------------------------------------------
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]