tkalkirill commented on code in PR #2030:
URL: https://github.com/apache/ignite-3/pull/2030#discussion_r1197590370


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ClusterPerClassIntegrationTest.java:
##########
@@ -515,14 +513,20 @@ public static void waitForIndexBuild(String tableName, 
String indexName) throws
                     continue;
                 }
 
+                TablesView tablesView = 
getTablesConfiguration(clusterNode).value();
+
                 IndexStorage index = internalTable.storage().getOrCreateIndex(
                         partitionId,
-                        
createIndexDescription(getTablesConfiguration(clusterNode).value(), indexName)
+                        createIndexDescriptor(tablesView, 
tablesView.indexes().get(indexName.toUpperCase()).id())

Review Comment:
   fix it



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