rpuch commented on a change in pull request #530:
URL: https://github.com/apache/ignite-3/pull/530#discussion_r781089633
##########
File path:
modules/network/src/main/java/org/apache/ignite/internal/network/serialization/FieldDescriptor.java
##########
@@ -27,38 +27,50 @@
/**
* Name of the field.
*/
- @NotNull
private final String name;
/**
* Type of the field.
*/
- @NotNull
private final Class<?> clazz;
/**
* Field type's descriptor id.
*/
private final int typeDescriptorId;
+ /**
+ * The class in which the field is declared.
+ */
+ private final Class<?> declaringClass;
Review comment:
Discussed in a private chat: this will be solve in an upcoming PR for
IGNITE-16165 (coming in 1-2 days).
--
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]