Skip to content

Remove reference to removed pyarrow.HdfsFile#50397

Open
ritsth wants to merge 1 commit into
apache:mainfrom
ritsth:minor-docs-remove-hdfsfile
Open

Remove reference to removed pyarrow.HdfsFile#50397
ritsth wants to merge 1 commit into
apache:mainfrom
ritsth:minor-docs-remove-hdfsfile

Conversation

@ritsth

@ritsth ritsth commented Jul 6, 2026

Copy link
Copy Markdown

Rationale for this change

The Python memory/IO docs list pyarrow.HdfsFile as a NativeFile subclass, but that class no longer exists (legacy HDFS was deprecated in 2.0 and later removed). The :class: reference has no target, and HDFS access now uses pyarrow.fs.HadoopFileSystem, which returns regular NativeFile objects. It's the only unresolved pyarrow cross-reference on the page.

What changes are included in this PR?

Removes the stale pyarrow.HdfsFile bullet in docs/source/python/memory.rst. One line, docs only.

Are these changes tested?

Confirmed pyarrow.HdfsFile isn't in pyarrow, the ref appears only once, and all remaining :class: refs on the page resolve after removal.

Are there any user-facing changes?

Documentation only.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant