Guosmilesmile commented on code in PR #17946:
URL: https://github.com/apache/iceberg/pull/17946#discussion_r3950645552


##########
flink/v2.3/flink/src/main/java/org/apache/iceberg/flink/source/IcebergTableSource.java:
##########
@@ -217,7 +399,7 @@ public DataStream<RowData> produceDataStream(
 
       @Override
       public boolean isBounded() {
-        return FlinkSource.isBounded(properties);
+        return IcebergTableSource.isBounded(properties);

Review Comment:
   Ok, remove the deprecated part in FlinkSource



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to