bjackson-ep commented on issue #2909: URL: https://github.com/apache/hop/issues/2909#issuecomment-1546791904
I also had an issue with booleans and comparison operators. Java booleans are not allowed to be null but must take a value, however Hop allows a field to be True, Null, or False, at least in the preview panel. I think what is happening in my case is a null comes in and the comparison fails. Maybe the Javascript step should get a helper function to allow the user to test what state the incoming field is in, especially for nulls. -- 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]
