Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-18580

Special characters handling in Azure file system is different from others

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.2.0
    • None
    • fs/azure
    • None

    Description

      Special characters handling in AzureBlobFileSystem looks different from other file systems. e.g. GoogleHadoopFileSystem.

      For instance, FileSystem.open with ".../part=a%25percent/test.parquet" works fine in other file systems, but ABFS requires ".../part=a%percent/test.parquet" (%25 → %) because the path is URL encoded by AbfsClient#createRequestUrl internally. Can we change the behavior? Or can I request to add javadoc to explain the behavior if this is the expected behavior? 

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebyhr Yuya Ebihara
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: