n3nash commented on a change in pull request #2496:
URL: https://github.com/apache/hudi/pull/2496#discussion_r565101927



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java
##########
@@ -79,6 +79,11 @@
 
   private static final PathFilter ALLOW_ALL_FILTER = file -> true;
 
+  private static final Set<String> DATA_FILE_EXTENSIONS = 
Arrays.stream(HoodieFileFormat.values())

Review comment:
       Should this be BASE_DATA_FILE_EXTENSION ?




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


Reply via email to