jerryshao commented on code in PR #4866:
URL: https://github.com/apache/gravitino/pull/4866#discussion_r1757185817


##########
core/src/main/java/org/apache/gravitino/meta/TableEntity.java:
##########
@@ -36,6 +37,8 @@ public class TableEntity implements Entity, Auditable, 
HasIdentifier {
   public static final Field NAME = Field.required("name", String.class, "The 
table's name");
   public static final Field AUDIT_INFO =
       Field.required("audit_info", AuditInfo.class, "The audit details of the 
table");
+  public static final Field COLUMNS =
+      Field.optional("columns", ColumnEntity[].class, "The columns of the 
table");

Review Comment:
   Yes, it is mainly for compatible thinking.



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