Chesnay Schepler created FLINK-4870:
---------------------------------------
Summary: ContinuousFileMonitoringFunction does not properly handle
absolut Windows paths
Key: FLINK-4870
URL: https://issues.apache.org/jira/browse/FLINK-4870
Project: Flink
Issue Type: Bug
Components: Streaming
Affects Versions: 1.1.2
Reporter: Chesnay Schepler
Priority: Minor
Fix For: 1.2.0
The ContinuousFileMonitoringFunction fails for absolute windows paths without
a dedicated scheme (e.g "C:\\tmp\\test.csv"), since the String path is directly
fed into the URI constructor (which doesn't handle it properly) instead of
first creating a flink Path and converting that into an URI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)