pan3793 commented on code in PR #7869:
URL: https://github.com/apache/hadoop/pull/7869#discussion_r2281301842
##########
hadoop-project/pom.xml:
##########
@@ -108,7 +108,7 @@
<findbugs.version>3.0.5</findbugs.version>
<dnsjava.version>3.6.1</dnsjava.version>
- <guava.version>27.0-jre</guava.version>
+ <guava.version>33.1.0-jre</guava.version>
Review Comment:
Searching `import com.google.common` returns no results, just wondering how
upgrading Guava is related to this PR?
No offense, but given that there were many painful experiences with Guava
for Hadoop ecosystem projects, I think we'd better be careful to introduce new
components that hardly depend on Guava, especially one that requires a specific
version of Guava.
--
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]