timoninmaxim commented on code in PR #11618: URL: https://github.com/apache/ignite/pull/11618#discussion_r1877859168
########## modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/util/IgniteMethod.java: ########## @@ -98,7 +98,10 @@ public enum IgniteMethod { IS_NOT_DISTINCT_FROM(Objects.class, "equals", Object.class, Object.class), /** See {@link IgniteSqlFunctions#skipFirstArgument(Object, Object)}. **/ - SKIP_FIRST_ARGUMENT(IgniteSqlFunctions.class, "skipFirstArgument", Object.class, Object.class); + SKIP_FIRST_ARGUMENT(IgniteSqlFunctions.class, "skipFirstArgument", Object.class, Object.class), Review Comment: Because this PR is into feature branch. I'll update the feature branch after this merge -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org