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


##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuilder.java:
##########
@@ -98,10 +99,10 @@ void stop() {
     /**
      * Initializes the build of the index.
      */
-    void startIndexBuild(TableIndexView tableIndexView, TableImpl table) {
+    void startIndexBuild(TableIndexView tableIndexView, TableImpl table, 
IndexDescriptor indexDescriptor) {

Review Comment:
   I think that in the near future this code will disappear, the building of 
indexes has changed a little in the https://github.com/apache/ignite-3/pull/2030



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