zstan commented on code in PR #5454: URL: https://github.com/apache/ignite-3/pull/5454#discussion_r2009947331
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/LogicalRelImplementor.java: ########## @@ -1158,4 +1165,42 @@ private static boolean canFuseProjectionInto(RelNode rel) { return joinProjection; } + + private static ImmutableBitSet evaluateNumCompAsEquals(IgniteMergeJoin rel, ImmutableBitSet leftKeys) { Review Comment: lets add some java doc here plz ? -- 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