zstan commented on code in PR #5311: URL: https://github.com/apache/ignite-3/pull/5311#discussion_r1979216693
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/metadata/IgniteMdSelectivity.java: ########## @@ -108,7 +110,7 @@ private static double computeOpsSelectivity(Map<RexNode, List<SqlKind>> operands * OR(<($t3, 110), >($t3, 150), AND(>=($t2, -($t1, 2)), <=($t2, +($t3, 2))), >($t4, $t2), <($t4, $t3)) selectivity computes separately * for each local ref with AND selectivity adjustment. <br> */ - private static double computeOrSelectivity(RexCall call, @Nullable BitSet primaryKeys) { + private static double computeOrSelectivity(RexCall call, @Nullable BitSet primaryKeys, @Nullable Mapping columnMapping) { Review Comment: moved into additional issue -- 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