hansva commented on issue #5958:
URL: https://github.com/apache/hop/issues/5958#issuecomment-3496086420

   This is not a bug, what we do to reduce overhead is try to avoid 
casting/changing data as much as possible. Because each change requires 
significant CPU overhead which would slow the pipeline down. Only when an 
action is done that actually forces us to have to change the data we will do 
it. And in the case of Hop 1/0, Y/N, true/false (both string and actual Boolean 
Java types) are all considered as valid Booleans


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