leehaut opened a new pull request, #7323:
URL: https://github.com/apache/hop/pull/7323

   Fix https://github.com/apache/hop/issues/7303
   
   
   - **`BaseTransform.handlePutError()`**
     - Log `errorDescriptions` when a row is successfully sent to the error hop.
     - If error handling is enabled but no error rowset exists, **fail loudly** 
(`logError`, `stopAll`) instead of silently continuing.
   - **`PipelineMeta.lookupReferencesAfterLoading()`** — call 
`syncTransformErrorHandlingWithHops()`:
     - Sync `TransformErrorMeta.enabled` with hop `enabled` state.
     - For legacy pipelines with no error field names configured, apply 
defaults: `error_row`, `error_description`, `error_code`.
   


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