[python] Support PyJindo in pyarrow_file_io#7410
Open
timmyyao wants to merge 3 commits intoapache:masterfrom
Open
[python] Support PyJindo in pyarrow_file_io#7410timmyyao wants to merge 3 commits intoapache:masterfrom
timmyyao wants to merge 3 commits intoapache:masterfrom
Conversation
JingsongLi
reviewed
Mar 12, 2026
| from pyarrow.fs import FileInfo, FileSelector, FileType | ||
|
|
||
| try: | ||
| import pyjindo.fs as jfs |
Contributor
There was a problem hiding this comment.
Where to install pyjindo? Could not find a version that satisfies the requirement pyjindo
Contributor
Author
There was a problem hiding this comment.
pyjindo has not been uploaded to python repo yet. Currently I just install from local whl (from https://aliyun.github.io/alibabacloud-jindodata/jindosdk/jindosdk_download/).
Contributor
There was a problem hiding this comment.
We should upload it to python repo first.
JingsongLi
reviewed
Mar 13, 2026
Contributor
JingsongLi
left a comment
There was a problem hiding this comment.
I'm not sure if this approach (provide Python InputStream) performs well, we should do some performance testing.
JingsongLi
requested changes
Mar 14, 2026
Contributor
JingsongLi
left a comment
There was a problem hiding this comment.
Comments summary:
- Blocker: pyjindo has not been published to PyPI
- JindoOutputFile. exit resource leak, If JindoOutputFile is used through the 'with' statement, the underlying stream will not be closed upon exit.
- Lack of benchmark data
- The Boolean logo is not elegant enough and lacks a user switch option.
- No testing coverage (testing added after PyJindo release)
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
Implement a filesystem for OSS backed by PyJindo (https://aliyun.github.io/alibabacloud-jindodata/jindosdk/jindosdk_download/), which provides higher performance and stability for visiting OSS.