hackergin commented on code in PR #24106:
URL: https://github.com/apache/flink/pull/24106#discussion_r1464193652
##########
flink-table/flink-table-common/src/test/java/org/apache/flink/table/types/extraction/TypeInferenceExtractorTest.java:
##########
@@ -427,8 +428,7 @@ private static Stream<TestSpec> functionSpecs() {
"Could not find a publicly accessible method
named 'eval'."),
// named arguments with overloaded function
- TestSpec.forScalarFunction(NamedArgumentsScalarFunction.class)
- .expectNamedArguments("n"),
+ TestSpec.forScalarFunction(NamedArgumentsScalarFunction.class),
Review Comment:
I have added relevant comments. We expect namedArgument to be null, so there
is no expectXXX here.
--
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]