zhang-arvin commented on PR #9336: URL: https://github.com/apache/paimon/pull/9336#issuecomment-5390596520
Thanks for the review @JingsongLi! Fixed: when fullDocument is null, getExtractRow now returns null instead of an empty map. The operation layer (processRecord) returns null for null records, and handleOperation skips null INSERT records while still emitting the DELETE. This prevents writing records with null primary keys or all-NULL fields. PTAL. -- 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]
