ygjia commented on code in PR #3700:
URL: https://github.com/apache/amoro/pull/3700#discussion_r2242298453


##########
amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/src/main/java/org/apache/amoro/flink/read/internals/KafkaSource.java:
##########
@@ -179,7 +179,7 @@ public SplitEnumerator<KafkaPartitionSplit, 
KafkaSourceEnumState> restoreEnumera
         props,
         enumContext,
         boundedness,
-        checkpoint.assignedPartitions());
+        checkpoint);

Review Comment:
   After flink 1.18, the kakfa function here has changed.
   
https://github.com/apache/flink-connector-kafka/blame/441e201e90bf3f8f5f9c8d7d72965674f7db8ab4/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/KafkaSourceEnumerator.java#L125C13-L125C57



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