aokolnychyi commented on code in PR #50593: URL: https://github.com/apache/spark/pull/50593#discussion_r2056608717
########## sql/catalyst/src/main/java/org/apache/spark/sql/connector/expressions/Cast.java: ########## @@ -57,4 +59,19 @@ public Cast(Expression expression, DataType expressionDataType, DataType targetD @Override public Expression[] children() { return new Expression[]{ expression() }; } + + @Override + public boolean equals(Object other) { Review Comment: Had to fix as my test was failing. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org