lvyanquan commented on code in PR #163:
URL: 
https://github.com/apache/flink-connector-kafka/pull/163#discussion_r2022749342


##########
flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/sink/KafkaSinkITCase.java:
##########
@@ -66,8 +66,6 @@
 import org.apache.flink.testutils.junit.SharedReference;
 import org.apache.flink.util.TestLogger;
 
-import org.apache.flink.shaded.guava32.com.google.common.collect.Lists;

Review Comment:
   The reason for this change is that the weekly CI encountered a compilation 
failure issue in 
https://github.com/apache/flink-connector-kafka/actions/runs/14150807944/job/39643693875.
   
   Because guava32 is available on 2.0 but not on 2.1-SNAPSHOT, as we reverted 
the changes related to guava32 https://github.com/apache/flink/pull/24227.
   
   Because we only referenced guava32 in this test class, I removed this 
dependency to maintain compatibility between these two versions.
   



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

Reply via email to