davidradl commented on code in PR #26263: URL: https://github.com/apache/flink/pull/26263#discussion_r1983498049
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/EventTimeTemporalJoinRewriteRule.java: ########## @@ -28,7 +28,7 @@ import org.apache.flink.table.planner.plan.schema.TimeIndicatorRelDataType; import org.apache.flink.table.planner.plan.utils.TemporalTableJoinUtil; -import org.apache.flink.shaded.curator5.org.apache.curator.shaded.com.google.common.collect.Lists; +import org.apache.flink.shaded.guava33.com.google.common.collect.Lists; Review Comment: should we use the non shaded version? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org