You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2021/11/09 05:08:00 UTC

[jira] [Created] (HUDI-2716) Fix inline FileSystem work with any FileSystem

sivabalan narayanan created HUDI-2716:
-----------------------------------------

             Summary: Fix inline FileSystem work with any FileSystem
                 Key: HUDI-2716
                 URL: https://issues.apache.org/jira/browse/HUDI-2716
             Project: Apache Hudi
          Issue Type: Bug
    Affects Versions: 0.10.0
            Reporter: sivabalan narayanan


with S3, path's format is "s3a://path" which has 2 slashes "//" after the scheme. Inline file system couldn't handle it. resolved path after inline -> unwrapping inline comes to "s3a:/path". 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)