Vladsz83 commented on code in PR #12581:
URL: https://github.com/apache/ignite/pull/12581#discussion_r2619856375


##########
modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java:
##########
@@ -388,7 +388,11 @@ else if (assignableFrom(erasedType(type), 
type(Collection.class.getName()))) {
 
                 
imports.add("org.apache.ignite.plugin.extensions.communication.MessageCollectionItemType");
 
-                returnFalseIfWriteFailed(write, "writer.writeCollection", 
getExpr,
+                String collectionWriter = assignableFrom(erasedType(type), 
type(Set.class.getName()))

Review Comment:
   I've tried. A test will fail. One which checks the reader and writer types.



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