Details

    • Sub-task
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • Not applicable
    • sdk-java-core

    Description

      Now, we support "new" filesystems using schema. For instance, it's possible to do:

      .apply(TextIO.write().to("hdfs://foo"))
      

      Of course, if:

      .apply(TextIO.write().to("/path/to/foo"))
      

      works, users may be tempted to use:

      .apply(TextIO.write().to("file://path/to/foo"))
      

      which actually doesn't work today.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jbonofre Jean-Baptiste Onofré
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: