panbingkun commented on code in PR #38054:
URL: https://github.com/apache/spark/pull/38054#discussion_r984539575


##########
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:
   Yes, mvn run on local is same!
   But when you use **sbt** and run `Scala 2.13 build with SBT` on github, 
build classpath will show different.
   The build class path above is extracted from github's workflow log.
   <img width="825" alt="image" 
src="https://user-images.githubusercontent.com/15246973/193269919-d41826fd-fc5a-45e4-9be1-500dfb74b605.png";>
   
   



-- 
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]

Reply via email to