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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -504,6 +531,20 @@ private void initializeMetadataPartition(
    * @param initializationTime Timestamp from dataset to use for initialization
    * @return a unique timestamp for MDT
    */
+  /**

Review Comment:
   🤖 nit: the existing Javadoc (with `@param initializationTime` / `@return a 
unique timestamp for MDT`) now sits directly above 
`generateUniqueSoloInstantTime`, which takes no params, and 
`generateUniqueInstantTime` below has lost its doc. Could you move that Javadoc 
back down to its method so the new one isn't stacked on top of it?
   
   <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