rpuch commented on code in PR #3242:
URL: https://github.com/apache/ignite-3/pull/3242#discussion_r1497649244


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableUtils.java:
##########
@@ -53,4 +55,30 @@ public static List<Integer> 
indexIdsAtRwTxBeginTs(CatalogService catalogService,
 
         return view(indexes, CatalogObjectDescriptor::id);
     }
+
+    /**
+     * Returns the catalog version in which the index get status {@link 
CatalogIndexStatus#BUILDING}.

Review Comment:
   ```suggestion
        * Returns the catalog version in which the index got status {@link 
CatalogIndexStatus#BUILDING}.
   ```



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