Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/1929#discussion_r60937348
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/FileSplitMonitoringFunction.java
---
@@ -35,12 +35,9 @@
import java.util.Set;
/**
- * This is the single (non-parallel) task, that monitors a user-procided
path, and assigns splits
- * to downstream tasks for further reading and processing, depending on
the user-provided {@link FileSplitMonitoringFunction.WatchType}.
- *
- * This method keeps track of which splits have already being processed by
which task, and at which point
- * in the file we are currently processing, at the granularity of the
split. In addition, it keeps track
- * of the last modification time for each file, so that it can detect new
data.
+ * This is the single (non-parallel) task, that monitors a user-provided
path, and assigns splits
--- End diff --
both commas don't belong in this sentence.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---