From da76200bfa9db1675159150383db32287dca7471 Mon Sep 17 00:00:00 2001 From: Ritika shrestha <87307821+ritsth@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:14:35 -0700 Subject: [PATCH] Remove reference to removed pyarrow.HdfsFile --- docs/source/python/memory.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/python/memory.rst b/docs/source/python/memory.rst index 3bb7c57f3a9c..65706b103c59 100644 --- a/docs/source/python/memory.rst +++ b/docs/source/python/memory.rst @@ -168,7 +168,6 @@ There are several kinds of :class:`~pyarrow.NativeFile` options available: Buffer at the end * :class:`~pyarrow.FixedSizeBufferWriter`, for writing data into an already allocated Buffer -* :class:`~pyarrow.HdfsFile`, for reading and writing data to the Hadoop Filesystem * :class:`~pyarrow.PythonFile`, for interfacing with Python file objects in C++ * :class:`~pyarrow.CompressedInputStream` and :class:`~pyarrow.CompressedOutputStream`, for on-the-fly compression or