dylanhz commented on code in PR #27787:
URL: https://github.com/apache/flink/pull/27787#discussion_r2992743499
##########
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:
@lincoln-lil Thanks! Javadoc added. For the multiple lambda test — the fix
filters by exact method name, so `lambda$eval$0`, `lambda$eval$1` etc. are all
rejected the same way. What additional edge case did you have in mind?
--
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]