JingsongLi opened a new pull request, #7954:
URL: https://github.com/apache/paimon/pull/7954

   Add streaming upsert support for append-only tables in data evolution mode. 
Records are classified as INSERT or UPDATE via a business key index, with 
NULL-based partial column detection to write only changed columns and keep 
original files for merge-on-read. Includes partition-aware routing with 
configurable index parallelism and documentation.


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