alex-plekhanov commented on code in PR #12599:
URL: https://github.com/apache/ignite/pull/12599#discussion_r2648304272


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/AbstractCacheScan.java:
##########
@@ -43,36 +41,52 @@ public abstract class AbstractCacheScan<Row> implements 
Iterable<Row>, AutoClose
     protected final AffinityTopologyVersion topVer;
 
     /** */
-    protected final int[] parts;
+    protected final BitSet parts;
 
     /** */
-    protected final boolean explicitParts;
+    private final int[] explicitParts;

Review Comment:
   It's rare case. It affects H2 engine too. I think it's not for current 
ticket.



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