xuyangzhong commented on code in PR #28682:
URL: https://github.com/apache/flink/pull/28682#discussion_r3548320395
##########
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:
When I imported `java.util.List` and changed it to `List.of`, IntelliJ IDEA
threw the following warning, asking me to change it back to `util.List.of`.
What about just keeping `util.List.of`, WDYT?
<img width="1130" height="202" alt="image"
src="https://github.com/user-attachments/assets/6e6a1ed7-e581-4822-a5fa-7faf0afa9740"
/>
--
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]