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

   Fix https://github.com/apache/hop/issues/6058  --  Unique rows - error 
handling replaces fields with the duplicate count
   
   
   **Fix:**
   
   * Introduced a new private method handleDuplicateErrorRow(Object[] r) to 
handle sending duplicates to the error stream.
   * When meta.isCountRows() == false, the method does not modify the last 
field, preventing type conflicts or accidental overwrites.
   * When meta.isCountRows() == true, the counter is safely appended to the row.


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