dawidwys commented on a change in pull request #10606:
[FLINK-15009][table-common] Add a utility for creating type inference logic via
reflection
URL: https://github.com/apache/flink/pull/10606#discussion_r364627856
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/extraction/utils/ExtractionUtils.java
##########
@@ -565,6 +661,181 @@ public void visitLocalVariable(
}
}
+ //
--------------------------------------------------------------------------------------------
+ // Class Assignment and Boxing
+ //
+ // copied from o.a.commons.lang3.ClassUtils (commons-lang3:3.3.2)
Review comment:
I'd argue if it is simple... but I understand your concern. It's a pity
though we have to reimplement everything ourselves.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services