yanghua commented on a change in pull request #3130:
URL: https://github.com/apache/hudi/pull/3130#discussion_r656158347



##########
File path: 
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieSnapshotExporter.java
##########
@@ -54,4 +53,5 @@ public void testValidateOutputFormatWithNullFormat(String 
format) {
       new OutputFormatValidator().validate(null, format);
     });
   }
+

Review comment:
       ditto

##########
File path: 
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieSnapshotExporter.java
##########
@@ -19,9 +19,8 @@
 
 package org.apache.hudi.utilities;
 
-import org.apache.hudi.utilities.HoodieSnapshotExporter.OutputFormatValidator;
-
 import com.beust.jcommander.ParameterException;
+import org.apache.hudi.utilities.HoodieSnapshotExporter.OutputFormatValidator;

Review comment:
       unnecessary change




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to