yihua commented on code in PR #17655:
URL: https://github.com/apache/hudi/pull/17655#discussion_r2647332567


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -3098,13 +3097,18 @@ static void 
createRecordIndexDefinition(HoodieTableMetaClient metaClient,
    * a very large number of files are present in the dataset being initialized.
    */
   public static class DirectoryInfo implements Serializable {
+
     // Relative path of the directory (relative to the base directory)
+    @Getter(AccessLevel.PACKAGE)

Review Comment:
   nit: `@Getter(AccessLevel.PACKAGE)` at the class level



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