You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2020/03/25 15:18:00 UTC

[jira] [Created] (ARROW-8211) [C++] Sanitize hdfs host when creating HadoopFileSystem from endpoint

Krisztian Szucs created ARROW-8211:
--------------------------------------

             Summary: [C++] Sanitize hdfs host when creating HadoopFileSystem from endpoint
                 Key: ARROW-8211
                 URL: https://issues.apache.org/jira/browse/ARROW-8211
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Krisztian Szucs


Creating a HadoopFileSystem from uri always [prepends|https://github.com/apache/arrow/blob/master/cpp/src/arrow/filesystem/hdfs.cc#L283] the host with the uri scheme whereas configuring endpoint [does not|https://github.com/apache/arrow/blob/master/cpp/src/arrow/filesystem/hdfs.cc#L253].

It has caused issue during equality checks and serialization.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)