rpuch commented on a change in pull request #530:
URL: https://github.com/apache/ignite-3/pull/530#discussion_r781089445
##########
File path:
modules/network/src/main/java/org/apache/ignite/internal/network/message/FieldDescriptorMessage.java
##########
@@ -39,4 +39,9 @@
* Field's class name.
*/
String className();
+
+ /**
+ * The name of The class in which this field is declared.
+ */
+ String declaringClassName();
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]