zhangwl9 commented on code in PR #3672:
URL: https://github.com/apache/amoro/pull/3672#discussion_r2238302332


##########
amoro-format-hudi/src/main/java/org/apache/amoro/formats/hudi/HudiTableDescriptor.java:
##########
@@ -97,6 +97,8 @@ public class HudiTableDescriptor implements 
FormatTableDescriptor {
   private static final Logger LOG = 
LoggerFactory.getLogger(HudiTableDescriptor.class);
   private static final String COMPACTION = "compaction";
   private static final String CLUSTERING = "clustering";
+  // table comment
+  private static final String COMMENT = "comment";

Review Comment:
   This parameter comes from the 'amoro-format-iceberg' module, and if I call 
it here, I need to introduce a dependency on 'amoro-format-iceberg;, but at the 
moment 'amoro-format-iceberg' and 'amoro-format-hudi' are separate modules.
   
   



-- 
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: commits-unsubscr...@amoro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to