tkalkirill commented on code in PR #6500:
URL: https://github.com/apache/ignite-3/pull/6500#discussion_r2303485813


##########
modules/network-annotation-processor/src/main/java/org/apache/ignite/internal/network/processor/serialization/MessageWriterMethodResolver.java:
##########
@@ -78,6 +78,7 @@ CodeBlock resolveWriteMethod(ExecutableElement getter) {
 
         if (getter.getAnnotation(Marshallable.class) != null) {
             getterName = addByteArrayPostfix(getterName);
+            propertyName = addByteArrayPostfix(propertyName);

Review Comment:
   Is there a test that reproduces the problem?
   If not, is it possible to add one?



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