lincoln-lil commented on code in PR #27787:
URL: https://github.com/apache/flink/pull/27787#discussion_r2992890894
##########
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:
You're right! There's no need to add multiple lambda test because of the
name matching implementation. I've no further comments.
--
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]