ygerzhedovich commented on a change in pull request #408:
URL: https://github.com/apache/ignite-3/pull/408#discussion_r740160094



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/RecordBinaryViewImpl.java
##########
@@ -304,7 +305,7 @@ public RecordBinaryViewImpl(InternalTable tbl, 
SchemaRegistry schemaReg, TableMa
         HashSet<BinaryRow> keys = new HashSet<>(recs.size());
 
         for (Tuple keyRec : recs) {
-            final Row keyRow = marshaller().marshal(keyRec);
+            final Row keyRow = marshal(keyRec, false);

Review comment:
       Are you sure that should be false? the method name is 
'deleteAllExactAsync' so we should check not only key




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