ptupitsyn commented on code in PR #2848:
URL: https://github.com/apache/ignite-3/pull/2848#discussion_r1402398604


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -1472,7 +1473,7 @@ Int2ObjectMap<RowBatch> 
toRowBatchByPartitionId(Collection<BinaryRowEx> rows) {
     }
 
     /** {@inheritDoc} */
-    // TODO: https://issues.apache.org/jira/browse/IGNITE-19619 The method 
should be removed, SQL engine should use placementDriver directly
+    // TODO: https://issues.apache.org/jira/browse/IGNITE-20701 The method 
should be removed

Review Comment:
   ```suggestion
       // TODO: https://issues.apache.org/jira/browse/IGNITE-20933 The method 
should be removed
   ```
   
   I can't do it in #2825 - there are some other usages. Let's remove 
separately.



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