ygerzhedovich commented on a change in pull request #9423:
URL: https://github.com/apache/ignite/pull/9423#discussion_r723337610



##########
File path: 
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/stat/task/GatherPartitionStatistics.java
##########
@@ -97,56 +110,161 @@ public int partition() {
         return partId;
     }
 
-    /** {@inheritDoc} */
+    /**
+     * @return LocalStatisticsGatheringContext.
+     */
+    public LocalStatisticsGatheringContext context() {
+        return gathCtx;
+    }
+
+    /**
+     * Reuse or gather new partition statistics according to context and 
repository state.
+     * Save partition statistcs and obsolescence info back to repository if 
needed.

Review comment:
       ```suggestion
        * Save partition statistics and obsolescence info back to repository if 
needed.
   ```




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