vdwals commented on issue #2312:
URL: https://github.com/apache/hop/issues/2312#issuecomment-1929224090

   Hello everyone,
   
   I'm experiencing the same issue. In a complex workflow involving multiple 
pipeline executions, each pipeline concludes with a non-fatal error message 
appearing in the logs.
   
   Regrettably, I encountered the same issue with the "Sort by" transformation 
in one instance. It seems that rows were being stored in temporary files, and 
upon retrieval, this error message would appear in the logs, causing the 
transformation to fail. As far as I understand, the issue stems from a String 
field being parsed as a long by Jackson, resulting in a mismatch with the 
expected meta type string.
   
   While I can tolerate this error at the end of a pipeline execution, a 
failure during sorting is highly frustrating. I will work on creating a 
reproducible example with less data and provide it as soon as possible.
   
   Thank you.


-- 
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: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to