vlsi commented on a change in pull request #2488:
URL: https://github.com/apache/calcite/pull/2488#discussion_r689734307
##########
File path:
core/src/main/java/org/apache/calcite/adapter/java/ReflectiveSchema.java
##########
@@ -75,6 +78,8 @@
extends AbstractSchema {
private final Class clazz;
private final Object target;
+ private Types.FieldsOrdering fieldsOrdering;
+ private @Nullable Map<Class, List<Field>> classFieldsMap;
Review comment:
Do you think
[ClassValue](https://docs.oracle.com/javase/8/docs/api/java/lang/ClassValue.html)
would be a better fit?
--
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]