[python] Fix pyarrow6 compatibility issue with path parsing and get_file_info#7292
Open
XiaoHongbo-Hope wants to merge 12 commits intoapache:masterfrom
Open
[python] Fix pyarrow6 compatibility issue with path parsing and get_file_info#7292XiaoHongbo-Hope wants to merge 12 commits intoapache:masterfrom
XiaoHongbo-Hope wants to merge 12 commits intoapache:masterfrom
Conversation
added 10 commits
February 13, 2026 21:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
oss://bucket_name/xxxx/yyy/sample/bucket-0/test-0.parquet: When listing objects under key 'yyy/sample/bucket-0' in bucket 'xxxx': AWS Error [code 133]: The specified key does not exist.PR #7180 addressed OSS + PyArrow 6 by passing key-only (no netloc), but PyArrow 6 still has a issue about parsing the first path segment as bucket.
Behavior difference:
a/b/casbucket=a, key=b/ca/b/cFileInfowithFileType.NotFoundfor non-existent pathsOSErrorwith messageAWS Error [code 133]: The specified key does not existThis PR will fix the above issue.
Tests
file_io_test.test_existsfile_io_test.test_filesystem_path_conversionAPI and Format
Documentation
Generative AI tooling
co-authord by Cursor 2.4.28