xiedeyantu commented on code in PR #4730:
URL: https://github.com/apache/calcite/pull/4730#discussion_r2676528918
##########
core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -2125,6 +2125,37 @@ public static boolean eq(Object b0, Object b1) {
return b0.equals(b1);
}
+ /**
+ * Performs deep equality comparison for arrays or lists.
+ */
+ public static boolean deepEquals(@Nullable Object o0, @Nullable Object o1) {
Review Comment:
This PR has also been refactored with your comments taken into comprehensive
consideration.
--
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]