YannByron opened a new pull request, #9312: URL: https://github.com/apache/paimon/pull/9312
## What changes were proposed in this pull request?\n\nThis PR aligns pypaimon row tracking with the Java implementation by adding the option and grouping commit entries by partition before assigning when row tracking is enabled.\n\n## Why are the changes needed?\n\nJava groups newly committed files by partition before assigning row IDs when , so row IDs remain contiguous within each partition. pypaimon previously assigned row IDs in commit entry order and lacked the corresponding option.\n\n## How was this patch tested?\n\n- no tests ran in 0.00s\n- no tests ran in 0.00s\n- \n- -- 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]
