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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15801288#comment-15801288 ] 

ASF GitHub Bot commented on FLINK-4870:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/2887


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