nsivabalan commented on code in PR #13056:
URL: https://github.com/apache/hudi/pull/13056#discussion_r2057016208


##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/metrics/TestHoodieMetrics.java:
##########
@@ -295,8 +295,11 @@ public void testTimerCtxandGauges() throws 
InterruptedException {
     HoodieInstant instant008 = 
INSTANT_GENERATOR.createNewInstant(HoodieInstant.State.INFLIGHT, 
HoodieTimeline.COMPACTION_ACTION, "1008");
     HoodieInstant instant0012 = 
INSTANT_GENERATOR.createNewInstant(HoodieInstant.State.REQUESTED, 
HoodieTimeline.COMPACTION_ACTION, "10012");
     HoodieInstant instant0014 = 
INSTANT_GENERATOR.createNewInstant(HoodieInstant.State.INFLIGHT, 
HoodieTimeline.COMPACTION_ACTION, "10014");
+    HoodieInstant longInstant = 
INSTANT_GENERATOR.createNewInstant(HoodieInstant.State.INFLIGHT, 
HoodieTimeline.COMPACTION_ACTION, "20250329154030600010001");

Review Comment:
   yes. we fixed the bug. 
   essentially, if latest instant is about instantitating a new partition in 
MDT, we punt table services. 



-- 
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]

Reply via email to