twalthr commented on a change in pull request #11081: [FLINK-16033][table-api]
Introduced Java Table API Expression DSL
URL: https://github.com/apache/flink/pull/11081#discussion_r385607049
##########
File path:
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/expressions/resolver/ExpressionResolverTest.java
##########
@@ -236,7 +232,10 @@ public void testResolvingExpressions() {
/**
* Test scalar function.
*/
- @FunctionHint(input = @DataTypeHint(inputGroup = InputGroup.ANY),
isVarArgs = true, output = @DataTypeHint(value = "INTEGER NOT NULL", bridgedTo
= int.class))
+ @FunctionHint(
Review comment:
I thought more about:
```
@FunctionHint(
input = @DataTypeHint(inputGroup = InputGroup.ANY),
isVarArgs = true,
output = @DataTypeHint(value = "INTEGER NOT NULL", bridgedTo =
int.class))
```
----------------------------------------------------------------
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