zstan commented on code in PR #6534:
URL: https://github.com/apache/ignite-3/pull/6534#discussion_r2318663353


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/RexUtils.java:
##########
@@ -682,6 +663,10 @@ public static List<SearchBounds> buildHashSearchBounds(
             return null; // No bounds.
         }
 
+        if (!allowRange) {

Review Comment:
   minor: seems it can be moved a bit upper - right before comment: "// Range 
bounds."



-- 
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]

Reply via email to