leaves12138 commented on code in PR #6014: URL: https://github.com/apache/paimon/pull/6014#discussion_r2250329967
########## paimon-api/src/main/java/org/apache/paimon/table/SpecialFields.java: ########## @@ -140,6 +140,10 @@ public static int getMapValueFieldId(int mapFieldId, int depth) { } public static RowType rowTypeWithRowLineage(RowType rowType) { + return rowTypeWithRowLineage(rowType, false); + } + + public static RowType rowTypeWithRowLineage(RowType rowType, boolean sequenceNumberNullable) { Review Comment: Comment "sequence number is not null for user, but is nullable when read and write" -- 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