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


##########
modules/client/src/main/java/org/apache/ignite/internal/client/table/ClientRecordSerializer.java:
##########
@@ -126,10 +134,11 @@ void writeRecs(
             @Nullable R rec2,
             ClientSchema schema,
             PayloadOutputChannel out,
+            WriteContext ctx,
             TuplePart part
     ) {
-        out.out().packInt(tableId);
-        writeTx(tx, out);
+        out.out().packInt(tableId); // TODO move to writeTx

Review Comment:
   🆗 



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