JingsongLi commented on code in PR #5935: URL: https://github.com/apache/paimon/pull/5935#discussion_r2230436306
########## paimon-api/src/main/java/org/apache/paimon/table/SpecialFields.java: ########## @@ -74,7 +74,7 @@ public class SpecialFields { public static final int KEY_FIELD_ID_START = SYSTEM_FIELD_ID_START; public static final DataField SEQUENCE_NUMBER = - new DataField(Integer.MAX_VALUE - 1, "_SEQUENCE_NUMBER", DataTypes.BIGINT().notNull()); Review Comment: Just add nullable to append table. -- 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