ascherbakoff commented on code in PR #5752:
URL: https://github.com/apache/ignite-3/pull/5752#discussion_r2084086136


##########
modules/client/src/main/java/org/apache/ignite/internal/client/table/ClientTupleSerializer.java:
##########
@@ -456,14 +456,11 @@ public static PartitionAwarenessProvider 
getPartitionAwarenessProvider(Collectio
                 return hash;
             }
 
-            while (iter.hasNext()) {
-                Tuple next = iter.next();
-                if (hash != getColocationHash(schema, next)) {
-                    return null;
-                }
+            // Temporary disable direct mapping for batches.

Review Comment:
   Created a ticket [1], added TODO.
   [1] https://issues.apache.org/jira/browse/IGNITE-25348



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to