lincoln-lil commented on code in PR #27787:
URL: https://github.com/apache/flink/pull/27787#discussion_r2992635922


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/extraction/ExtractionUtils.java:
##########
@@ -961,17 +961,21 @@ private static class ParameterExtractor extends 
ClassVisitor {
 
         private static final int OPCODE = Opcodes.ASM9;
 
+        private final String methodName;

Review Comment:
   Could you add a note in `ParameterExtractor`'s Javadoc explaining why name 
matching is needed (to prevent synthetic method interference)?
   



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

Reply via email to