JingsongLi commented on PR #9336: URL: https://github.com/apache/paimon/pull/9336#issuecomment-5386768867
When `fullDocument == null` is converted to an empty map, update/replace operations still generate a DELETE + INSERT sequence; the resulting INSERT lacks an `_id` and has no fields populated, potentially leading to the writing of a record with a null primary key or all-NULL fields. The operation layer should handle the missing full document, and regression tests should be added. -- 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]
