hudi-agent commented on code in PR #19077:
URL: https://github.com/apache/hudi/pull/19077#discussion_r3499005381


##########
hudi-timeline-service/src/test/java/org/apache/hudi/timeline/service/functional/TestRemoteHoodieTableFileSystemView.java:
##########
@@ -112,6 +113,23 @@ public void testRemoteHoodieTableFileSystemViewWithRetry() 
{
     viewWithRetries.getLatestBaseFiles();
   }
 
+  /**
+   * The base class probes {@code AbstractTableFileSystemView.bootstrapIndex} 
via reflection to

Review Comment:
   🤖 nit: the base test now reads the field through the @VisibleForTesting 
getBootstrapIndex() accessor, not reflection — could you tweak "probes ... via 
reflection" here so it doesn't mislead a future reader?
   
   <sub><i>⚠️ AI-generated; verify before applying. React 👍/👎 to flag 
quality.</i></sub>



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