ygerzhedovich commented on code in PR #5388: URL: https://github.com/apache/ignite-3/pull/5388#discussion_r1989402371
########## 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: It's not fully related to your patch, but what is the reason for using an already created table? Why don't we use a new one? -- 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