nizhikov commented on a change in pull request #9490:
URL: https://github.com/apache/ignite/pull/9490#discussion_r756168877



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/service/ClientServiceInvokeRequest.java
##########
@@ -147,6 +148,9 @@ public ClientServiceInvokeRequest(BinaryReaderExImpl 
reader) {
 
         IgniteServices services = grp.services();
 
+        if (BinaryArray.useTypedArrays())
+            GridServiceProxy.KEEP_BINARY.set(true);

Review comment:
       > Why KEEP BINARY is set only for useTypedArrays? I think it's useful 
for old implementation too.
   
   `KEEP_BINARY=true` now used for all cases when caller Is thin client or .net 
platform.




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