vinothchandar commented on a change in pull request #1870:
URL: https://github.com/apache/hudi/pull/1870#discussion_r466243056
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestUtils.java
##########
@@ -513,4 +522,41 @@ public static void writeRecordsToLogFiles(FileSystem fs,
String basePath, Schema
}
return writeStatList;
}
+
+ public static Map<String, List<BootstrapSourceFileMapping>>
generateBootstrapIndex(HoodieTableMetaClient metaClient,
Review comment:
can we move these to the test class itself? these are very specific to
bootstrap.
----------------------------------------------------------------
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]