Skip to content

Commit e9994cf

Browse files
committed
Simplified the streaming protocol description by removing the clause about arbitrarily large results while keeping the paragraph smooth.
1 parent 51d88bd commit e9994cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/user-guide/dataframe/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,8 @@ Zero-copy streaming to Arrow-based Python libraries
204204
---------------------------------------------------
205205

206206
DataFusion DataFrames implement the ``__arrow_c_stream__`` protocol, enabling
207-
zero-copy, lazy streaming into Arrow-based Python libraries. With the streaming
208-
protocol, batches are produced on demand so you can process arbitrarily large
209-
results without out-of-memory errors.
207+
zero-copy, lazy streaming into Arrow-based Python libraries. With the streaming
208+
protocol, batches are produced on demand.
210209

211210
.. note::
212211

0 commit comments

Comments
 (0)