vinothchandar commented on code in PR #13300:
URL: https://github.com/apache/hudi/pull/13300#discussion_r2121950392
##########
hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java:
##########
@@ -760,4 +763,11 @@ public interface SerializableFunction<T, R> extends
Function<T, R>, Serializable
private static Option<HoodieLogFile> getLatestLogFile(Stream<HoodieLogFile>
logFiles) {
return
Option.fromJavaOptional(logFiles.min(HoodieLogFile.getReverseLogFileComparator()));
}
+
+ public static boolean isMdtBaseFile(HoodieBaseFile baseFile) {
Review Comment:
Would this not be deducible from caller context..
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]