godfrey he created FLINK-20293:
----------------------------------
Summary: Remove the useless constructor of
ContinuousFileMonitoringFunction
Key: FLINK-20293
URL: https://issues.apache.org/jira/browse/FLINK-20293
Project: Flink
Issue Type: Improvement
Components: API / DataStream
Affects Versions: 1.12.0
Reporter: godfrey he
Fix For: 1.12.0
In 1.11, we introduce {{ContinuousFileMonitoringFunction}} with given
{{globalModificationTime}} to support {{HiveTableSource}} continuously reading
non-partitioned file. While this feature has a bug, see
[FLINK-20277|https://issues.apache.org/jira/browse/FLINK-20277].
In master, after
[FLINK-19888|https://issues.apache.org/jira/browse/FLINK-19888] finished,
{{HiveTableSource}} does not depend on {{ContinuousFileMonitoringFunction}} any
more, we can revert the changes of
[FLINK-17435|https://issues.apache.org/jira/browse/FLINK-17435] about the
ContinuousFileMonitoringFunction part to avoid such bug.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)