tkalkirill commented on code in PR #3280: URL: https://github.com/apache/ignite-3/pull/3280#discussion_r1502725091
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ########## @@ -621,4 +640,27 @@ private BuildIndexRowVersionChooser createBuildIndexRowVersionChooser(BuildIndex return new BuildIndexRowVersionChooser(storage, indexCreationCatalog.time(), startBuildingIndexCatalog.time()); } + + private BinaryRowUpdater createBinaryRowUpdater(BuildIndexCommand command) { + int startBuildingIndexCatalogVersion = command.requiredCatalogVersion(); 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org