raminqaf commented on code in PR #28682:
URL: https://github.com/apache/flink/pull/28682#discussion_r3544258759


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdHandlerTestBase.scala:
##########
@@ -1834,6 +1834,7 @@ class FlinkRelMdHandlerTestBase {
     val logicalWindowAgg = new LogicalWindowAggregate(
       ts.getCluster,
       ts.getTraitSet,
+      util.List.of(),

Review Comment:
   nit:
   ```suggestion
         List.of(),
   ```



##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdRowCountTest.scala:
##########
@@ -183,6 +183,7 @@ class FlinkRelMdRowCountTest extends 
FlinkRelMdHandlerTestBase {
     val windowAgg = new LogicalWindowAggregate(
       ts.getCluster,
       ts.getTraitSet,
+      java.util.List.of(),

Review Comment:
   nit: import `java.util`
   ```suggestion
         List.of(),
   ```



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

Reply via email to