kbendick commented on a change in pull request #4097:
URL: https://github.com/apache/iceberg/pull/4097#discussion_r810319854
##########
File path: build.gradle
##########
@@ -221,6 +223,8 @@ project(':iceberg-core') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
+ implementation 'org.apache.httpcomponents.client5:httpclient5'
Review comment:
`spark_hive` has an older version, which comes with a different module
name. `org.apache.httpcomponents:httpclient:4.5.13` for Spark 3.2.1:
https://mvnrepository.com/artifact/org.apache.spark/spark-hive_2.12/3.2.1
We might need to exclude some packages, but I think they've mostly all been
renamed as of the name change to include `5` in the artifact name and the org.
--
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]