korlov42 commented on code in PR #1142:
URL: https://github.com/apache/ignite-3/pull/1142#discussion_r985827483


##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexManager.java:
##########
@@ -149,16 +139,16 @@ public CompletableFuture<Boolean> createIndexAsync(
             tablesCfg.indexes().change(indexListChange -> {
                 idxExist.set(false);
 
-                if (indexListChange.get(canonicalIndexName) != null) {
+                if (indexListChange.get(indexName) != null) {

Review Comment:
   Currently we have only one schema: PUBLIC. So, we will deal with this when 
we add custom schema support



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