alex-plekhanov commented on code in PR #11618: URL: https://github.com/apache/ignite/pull/11618#discussion_r1877772941
########## 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: This is not a last method in this class now. GitHub should show conflict here, but for some reason doesn't show it. Please merge master to branch. -- 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