dawidwys 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_r381281782
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/expressions/UnresolvedCallExpression.java
 ##########
 @@ -61,8 +60,10 @@ public UnresolvedCallExpression(
                        Preconditions.checkNotNull(functionIdentifier, 
"Function identifier must not be null.");
                this.functionDefinition =
                        Preconditions.checkNotNull(functionDefinition, 
"Function definition must not be null.");
-               this.args = Collections.unmodifiableList(
-                       new ArrayList<>(Preconditions.checkNotNull(args, 
"Arguments must not be null.")));
+               this.args = Preconditions.checkNotNull(args)
 
 Review comment:
   I opened #11141 for it.

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

Reply via email to