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

   Fix https://github.com/apache/hop/issues/7453
   
   
   ## Summary
   - Add a Data Validator option **"Do not log failed validation data"** 
(`suppress_log_failed_data`, default `false`) that omits failed field/row 
values from validation error messages (shown as `?`), while still logging 
errors and routing rejected rows to error handling.
   - Fix Data Validator dialog: after removing a validation rule, select and 
display the nearest remaining rule instead of leaving the editor blank.
   - Add unit tests for validation rules, suppress-failed-data behavior, meta 
serialization/clone, and dialog selection index logic.
   - Introduce `BaseTransform.isLoggingErrorDescriptions()` so transforms can 
optionally control whether `putError` writes error descriptions to the log.
   


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