WARN Column Expressions 4:2 An error occurred in script 1:
Type error: Can not invoke method [jdk.dynalink.beans.SimpleDynamicMethod boolean java.lang.String.equals(Object)] with the passed arguments; they do not match any of its method signatures.
It occurs when I’m trying to compare strings using the “.equals” syntax in a multi-row access context.
At the moment, my workaround for the issue is to use the Lag Column beforehand, then compare the strings with Column Expression or Rule Engine. But it would be nice if this possible bug can be resolved. Saves me one less node