XiaoHongbo-Hope commented on code in PR #9484:
URL: https://github.com/apache/paimon/pull/9484#discussion_r3891650248


##########
paimon-python/pypaimon/write/table_update.py:
##########
@@ -180,6 +181,15 @@ def _update_by_arrow_batches_with_row_id(
                     updater = TableUpdateByRowId(
                         self.table, self.commit_user, commit_identifier)
                 updater.update_columns(table, cols)
+                overlapping_first_row_ids = updated_first_row_ids.intersection(

Review Comment:
   Batches with the same first_row_id should not conflict when they update 
different columns.



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