nizhikov commented on a change in pull request #9490:
URL: https://github.com/apache/ignite/pull/9490#discussion_r756335168
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/compute/PlatformCompute.java
##########
@@ -363,7 +364,7 @@ protected Object executeJavaTask(BinaryRawReaderEx reader,
boolean async) throws
IgniteCompute compute0 = computeForTask(nodeIds);
- if (!keepBinary && arg instanceof BinaryObjectImpl)
+ if (!keepBinary && (arg instanceof BinaryObjectImpl || arg instanceof
BinaryArray))
Review comment:
Actually, I don't know this :)
Anyway, looks like it's a matter for another investigation isn't it?
--
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]