kbuci commented on code in PR #10605:
URL: https://github.com/apache/hudi/pull/10605#discussion_r1475403094
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/io/TestHoodieTimelineArchiver.java:
##########
@@ -1582,6 +1582,36 @@ public void
testPendingClusteringAfterArchiveCommit(boolean enableMetadata) thro
"Since we have a pending clustering instant at 00000002, we should
never archive any commit after 00000000");
}
+ @Test
Review Comment:
For context, I had a patch on my organization's internal older build of HUDI
that had the same fix as
[HUDI-7207](https://issues.apache.org/jira/browse/HUDI-7207) as well as this
unit test. Although
[HUDI-7207](https://issues.apache.org/jira/browse/HUDI-7207) has already been
identified and resolved, I wanted to open a PR for adding this unit test in
case the `apache/hudi` reviewers think it is useful (and if not I can close
this PR).
--
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]