the-other-tim-brown commented on code in PR #13451:
URL: https://github.com/apache/hudi/pull/13451#discussion_r2154485295
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/timeline/TestHoodieActiveTimeline.java:
##########
@@ -707,42 +701,6 @@ public void testReplaceActionsTimeline() {
timeline.getCommitTimeline().getInstantsAsStream(), "Check the
instants stream");
}
- @Test
- public void testCreateNewInstantTime() throws Exception {
Review Comment:
Yes, moved this to `TestHoodieInstantTimeGenerator`
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/TestHoodieTableMetaClient.java:
##########
@@ -128,38 +124,6 @@ public void testCommitTimeline() throws IOException {
assertEquals("val",
metaClient.getActiveTimeline().readCommitMetadata(completedInstant).getExtraMetadata().get("key"));
}
- @Test
Review Comment:
Moved this to `TestHoodieInstantTimeGenerator`
--
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]