ibessonov commented on code in PR #7590:
URL: https://github.com/apache/ignite-3/pull/7590#discussion_r2803843687


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/handlers/BuildIndexCommandHandler.java:
##########
@@ -107,11 +108,25 @@ protected CommandResult handleInternally(
 
         if (indexMeta == null || indexMeta.isDropped()) {
             // Index has been dropped.
-
-            storage.runConsistently(locker -> {
+            return storage.runConsistently(locker -> {

Review Comment:
   This is just a refactoring. I decided to remove the empty line, and then 
couldn't stop until I made this code smaller in general.



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