Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4870

ContinuousFileMonitoringFunction does not properly handle absolut Windows paths

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.2
    • 1.2.0, 1.3.0
    • API / DataStream
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              chesnay Chesnay Schepler
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: