davidradl commented on code in PR #25667:
URL: https://github.com/apache/flink/pull/25667#discussion_r1850415111


##########
docs/content.zh/docs/dev/datastream/sources.md:
##########
@@ -294,9 +294,9 @@ public class FixedSizeSplitFetcherManager<E, SplitT extends 
SourceSplit>
 
     public FixedSizeSplitFetcherManager(
             int numFetchers,
-            FutureCompletingBlockingQueue<RecordsWithSplitIds<E>> 
elementsQueue,
-            Supplier<SplitReader<E, SplitT>> splitReaderSupplier) {
-        super(elementsQueue, splitReaderSupplier);
+            Supplier<SplitReader<E, SplitT>> splitReaderSupplier,
+            Configuration config) {

Review Comment:
   the Chinese version contains :    `SourceReaderContext context) {` as the 
last parameter. Which one is correct? 



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