stevenzwu commented on code in PR #5318:
URL: https://github.com/apache/iceberg/pull/5318#discussion_r926175348
##########
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/source/FlinkSource.java:
##########
@@ -251,58 +250,6 @@ public DataStream<RowData> build() {
.transform(readerOperatorName, typeInfo,
StreamingReaderOperator.factory(format));
}
}
-
- int inferParallelism(FlinkInputFormat format, ScanContext context) {
Review Comment:
the following two methods are refactored to a new class `SourceUtil` so that
the FLIP-27 `IcebergSource` can reuse them.
--
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]