lowka commented on code in PR #3335:
URL: https://github.com/apache/ignite-3/pull/3335#discussion_r1527783210


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningPredicate.java:
##########
@@ -116,7 +127,7 @@ public ColocationGroup prunePartitions(ColocationGroup 
colocationGroup) {
         return new ColocationGroup(
                 colocationGroup.sourceIds(),
                 List.copyOf(newNodes),
-                colocationGroup.assignments(),
+                newAssignments,

Review Comment:
   > // Keep assignments intact, because they are used by DestinationFactory.
   
   This comment is no longer presentative, let's remove 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to