nsivabalan commented on code in PR #11562:
URL: https://github.com/apache/hudi/pull/11562#discussion_r1676775154
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieDefaultTimeline.java:
##########
@@ -554,21 +589,6 @@ public String toString() {
return this.getClass().getName() + ": " +
getInstantsAsStream().map(Object::toString).collect(Collectors.joining(","));
}
- /**
- * Merge this timeline with the given timeline.
- */
- public HoodieDefaultTimeline mergeTimeline(HoodieDefaultTimeline timeline) {
Review Comment:
moved below.
--
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]