LuciferYang commented on code in PR #38054:
URL: https://github.com/apache/spark/pull/38054#discussion_r984526506
##########
sql/hive-thriftserver/pom.xml:
##########
@@ -143,6 +143,10 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ </dependency>
Review Comment:
run `mvn dependency:copy-dependencies`, I found `httpcore-4.4.14.jar` also
copied to `target/dependency` directory.
@panbingkun Cloud we find a version without issue? In addition, why does
this not affect the compilation of Scala 2.12? I'm worried about other hidden
dangers in this version
--
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]