snuyanzin commented on code in PR #26840:
URL: https://github.com/apache/flink/pull/26840#discussion_r2240097336


##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/utils/OverAggregateUtil.scala:
##########
@@ -40,7 +40,7 @@ object OverAggregateUtil {
 
   /** Convert [[Window]] to [[OverSpec]]. */
   def createOverSpec(logicalWindow: Window): OverSpec = {
-    val groups = logicalWindow.groups.asList()
+    val groups = logicalWindow.groups

Review Comment:
   it's deprecated in latest guava and just returns `this`
   so no need for this



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