JingsongLi commented on PR #3374: URL: https://github.com/apache/paimon/pull/3374#issuecomment-2124168542
See https://paimon.apache.org/docs/master/primary-key-table/merge-engine/#sequence-group So we introduce sequence group mechanism for partial-update tables. It can solve: - Disorder during multi-stream update. Each stream defines its own sequence-groups. - A true partial-update, not just a non-null update. True partial-update, means null can update column. -- 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]
