hansva commented on issue #5958: URL: https://github.com/apache/hop/issues/5958#issuecomment-3496130796
We make a distinction between the "Hop data type" and the actual underlying java data type. This saves us from having to cast Java types. Eg a Hop Boolean type can be a Java String,Integer,Boolean we don't automatically convert them. A write to log transform will just call the .toString of the underlying object no need to fist change the actual type and then print the information. On output transform (eg table output) we will change it to the actual type needed to do the correct insert -- 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]
