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

   UpdatedDataFieldsProcessFunctionBase.applySchemaChange and several other 
exceptions in the multi-table CDC sink and Iceberg-REST metadata-commit paths 
were thrown without the table identifier, even though it (or a 
FileStoreTable/Identifier reference) was already in scope. 
   In a multi-table CDC sink processing many tables through shared operators, 
this made it complicated to tell which table caused a crash from the exception 
message alone, which significantly slowed diagnosis during a live production 
incident. 
   
   This PR appends the table identifier to each affected message. All changes 
are purely additive (same exception type, same trigger conditions, message text 
only) with no control-flow or method-signature changes.
   
   ## Tests
   
   None added — this is a message-text-only change with no behavior change; 
existing tests continue to cover the trigger conditions unchanged.


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