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 2021/06/22 12:13:12 UTC

[GitHub] [hudi] yanghua commented on a change in pull request #3130: [HUDI-1826] Add ORC support in HoodieSnapshotExporter

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:
users@infra.apache.org