hop
hop copied to clipboard
Fix #6144 the outputValue initialization issue in the Formula transform
Fix https://github.com/apache/hop/issues/6144 -- Problem with formula in Apache HOP
outputValue must be reinitialized on every iteration. Otherwise, if a switch branch is not executed, it may retain the previous value and cause a type-mismatch bug.