zstan commented on code in PR #5388: URL: https://github.com/apache/ignite-3/pull/5388#discussion_r1990590476
########## modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItIndexAvailabilityTest.java: ########## @@ -77,7 +77,7 @@ void indexIsQueriableRightAfterCreationFutureCompletes2() { + String.format("CREATE INDEX %s ON %s (val)", INDEX_NAME, TABLE_NAME) ); - assertQuery(format("SELECT * FROM {} WHERE val = 'test'", TABLE_NAME)) Review Comment: don`t catch, this test check that index is available immediately after creation, after my changes index is not figured in plan, thus i force it usage... -- 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