You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "syun64 (via GitHub)" <gi...@apache.org> on 2024/04/29 15:33:53 UTC

[PR] Bug Fix `PyArrowFileIO.parse_location` hdfs uri [iceberg-python]

syun64 opened a new pull request, #668:
URL: https://github.com/apache/iceberg-python/pull/668

   PyArrow HadoopFileSystem is a thin wrapper around [libhdfs](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/LibHdfs.html).
   
   For a given hdfs uri string that looks like `hdfs://host:port/path`, we should return the `/path` instead of the entire uri.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] Bug Fix `PyArrowFileIO.parse_location` hdfs uri [iceberg-python]

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko closed pull request #668: Bug Fix `PyArrowFileIO.parse_location` hdfs uri
URL: https://github.com/apache/iceberg-python/pull/668


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] Bug Fix `PyArrowFileIO.parse_location` hdfs uri [iceberg-python]

Posted by "frankliee (via GitHub)" <gi...@apache.org>.
frankliee commented on PR #668:
URL: https://github.com/apache/iceberg-python/pull/668#issuecomment-2084843563

   +1, I have also found and reproduced this bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] Bug Fix `PyArrowFileIO.parse_location` hdfs uri [iceberg-python]

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on PR #668:
URL: https://github.com/apache/iceberg-python/pull/668#issuecomment-2085248756

   Ah, I already merged https://github.com/apache/iceberg-python/pull/675 by @frankliee. I have to close this one, thanks @syun64 for working on this anyway.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org