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


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/mapping/MappedFragment.java:
##########
@@ -85,4 +110,45 @@ public Long2ObjectMap<ColocationGroup> groupsBySourceId() {
     public @Nullable Long2ObjectMap<List<String>> sourcesByExchangeId() {
         return sourcesByExchangeId;
     }
+
+    /**
+     * Creates a fragment by replacing the given colocation groups.
+     *
+     * @param replacedGroups Groups to replace.
+     *
+     * @return New mapped fragment.
+     */
+    public MappedFragment 
replaceColocationGroups(Long2ObjectMap<ColocationGroup> replacedGroups) {
+        List<ColocationGroup> newGroups = new ArrayList<>();

Review Comment:
   Fixed.



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