You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/08 23:45:28 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #4557: [WIP] Allow pass rollbackUsingMarkers to Hudi CLI rollback command

nsivabalan commented on a change in pull request #4557:
URL: https://github.com/apache/hudi/pull/4557#discussion_r802152781



##########
File path: hudi-cli/pom.xml
##########
@@ -282,6 +282,13 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>

Review comment:
       may I know why is this required? 

##########
File path: pom.xml
##########
@@ -77,7 +77,7 @@
   <properties>
     <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
     <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
-    <maven-failsafe-plugin.version>3.0.0-M4</maven-failsafe-plugin.version>
+    <maven-failsafe-plugin.version>2.22.1</maven-failsafe-plugin.version>

Review comment:
       also, may I know why is this required? 




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org