JingsongLi commented on code in PR #4214:
URL: https://github.com/apache/paimon/pull/4214#discussion_r1772469691


##########
paimon-common/src/main/java/org/apache/paimon/table/SystemFields.java:
##########
@@ -42,8 +43,12 @@ public class SystemFields {
     public static final DataField LEVEL =
             new DataField(Integer.MAX_VALUE - 3, "_LEVEL", 
DataTypes.INT().notNull());
 
+    public static final DataField ROW_KIND =

Review Comment:
   Add comment: only used by AuditLogTable



-- 
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: issues-unsubscr...@paimon.apache.org

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

Reply via email to