tmgodinho commented on code in PR #7658:
URL: https://github.com/apache/ignite-3/pull/7658#discussion_r2853505674
##########
modules/api/src/main/java/org/apache/ignite/table/mapper/MapperBuilder.java:
##########
@@ -304,13 +314,9 @@ private static SimpleEntry<String, String>
getColumnToFieldMapping(Field fld) {
}
/**
- * Gets all fields of the given class and its parents (if any).
+ * Provides a Stream of the Class hierarchy for the provided type. Ordered
from Base to Superclasses.
Review Comment:
I'll apply these changes after the reviews are done.
##########
modules/api/src/main/java/org/apache/ignite/table/mapper/MapperBuilder.java:
##########
@@ -152,11 +151,21 @@ private void ensureNotStale() {
* @throws IllegalArgumentException If a field is {@code null} or if the
class has no declared field with the given name.
*/
Review Comment:
I'll apply these changes after the reviews are done.
--
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]