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


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/IndexSearchBoundsPlannerTest.java:
##########
@@ -314,14 +314,14 @@ public void testBoundsMaxComplexity() throws Exception {
     @Test
     public void testBoundsTypeConversion() throws Exception {
         // Implicit cast of all filter values to INTEGER.
-        assertBounds("SELECT * FROM TEST WHERE C1 IN ('1', '2', '3')",
+        /* assertBounds("SELECT * FROM TEST WHERE C1 IN ('1', '2', '3')",

Review Comment:
   revert, now it`s ok



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

Reply via email to