You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/01/05 14:44:58 UTC

[jira] [Closed] (FLINK-4870) ContinuousFileMonitoringFunction does not properly handle absolut Windows paths

     [ https://issues.apache.org/jira/browse/FLINK-4870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-4870.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

1.2: 24109cb2692f1f0dd2b9f8c9c8dcc02e55148bab
1.3: ed83b5b89c61cac5d49e690279dab0ea94c35bb3

> 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
>            Assignee: Chesnay Schepler
>            Priority: Minor
>             Fix For: 1.2.0, 1.3.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)