umehrot2 commented on a change in pull request #1459: [HUDI-418] [HUDI-421] 
Bootstrap Index using HFile and File System View Changes with unit-test
URL: https://github.com/apache/incubator-hudi/pull/1459#discussion_r403394637
 
 

 ##########
 File path: hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java
 ##########
 @@ -111,6 +112,10 @@ public static String makeDataFileName(String instantTime, 
String writeToken, Str
     return String.format("%s_%s_%s.parquet", fileId, writeToken, instantTime);
   }
 
+  public static String makeBootstrapIndexFileName(String instantTime, String 
fileId, String fileType) {
+    return String.format("%s_%s_%s.%s", fileId, "1-0-1", instantTime, 
fileType);
 
 Review comment:
   Just for my understanding is there is a reasoning behind `1-0-1` here ?

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


With regards,
Apache Git Services

Reply via email to