MaxNevermind commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1228956161
##########
spark/v3.2/build.gradle:
##########
@@ -31,10 +30,10 @@ configure(sparkProjects) {
configurations {
all {
resolutionStrategy {
Review Comment:
You mean the why did `force libs.jackson211.module.paranamer` disappear from
resolutionStrategy in 3.3 & 3.4? Not sure, I checked a dependency tree using
gradle's dependencies command and paranamer dependency is present in a both 3.4
and 3.2, but paranamer is drooped from resolutionStrategy for 3.4 module.
--
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]