twalthr 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_r364331117
 
 

 ##########
 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:
   Because I don't like to add a dependency to `flink-table-common` for a 
simple util function.

----------------------------------------------------------------
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

Reply via email to