stevenzwu commented on PR #10457:
URL: https://github.com/apache/iceberg/pull/10457#issuecomment-2158524375

   > * What happens in CDC cases, where the partition of the record might end 
up on multiple ranges. Did we make sure that the records with the same id go to 
the same subtask, so we can create a positional delete if there are multiple 
changes for the same id?
   
   CDC/Upsert should use existing hash distribution in `FlinkSink`. range 
distribution shouldn't be used in this case


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to