kaijchen commented on code in PR #13:
URL: https://github.com/apache/incubator-uniffle/pull/13#discussion_r913078372
##########
pom.xml:
##########
@@ -36,11 +36,12 @@
<properties>
<checkstyle.version>9.3</checkstyle.version>
- <error_prone_annotations.version>2.3.4</error_prone_annotations.version>
+ <error_prone_annotations.version>2.10.0</error_prone_annotations.version>
<execution.root>${user.dir}</execution.root>
<fasterxml.jackson.version>2.10.0</fasterxml.jackson.version>
- <grpc.version>1.33.0</grpc.version>
- <guava.version>30.0-jre</guava.version>
+ <grpc.version>1.47.0</grpc.version>
+ <gson.version>2.9.0</gson.version>
+ <guava.version>31.0.1-jre</guava.version>
Review Comment:
> Found and fixed some issues in Spark3 IT
Thanks for digging out this issue, I remember the same issue was encountered
during previous attempts.
--
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]