JingsongLi commented on code in PR #5268:
URL: https://github.com/apache/paimon/pull/5268#discussion_r1991224211
##########
paimon-core/src/test/java/org/apache/paimon/utils/TagManagerTest.java:
##########
@@ -136,6 +138,66 @@ public void testCreateTagWithTimeRetained() throws
Exception {
assertThat(tags.get(0).getValue()).contains("tag");
}
+ @Test
+ public void testCreateTagWithMultiThreads() throws Exception {
Review Comment:
What do you mean? I mean this test can pass without your fix.
--
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]