EnricoMi commented on code in PR #44616:
URL: https://github.com/apache/arrow/pull/44616#discussion_r1949737278
##########
python/pyarrow/_dataset.pyx:
##########
@@ -4111,7 +4113,9 @@ class ScanNodeOptions(_ScanNodeOptions):
**kwargs : dict, optional
Scan options. See `Scanner.from_dataset` for possible arguments.
require_sequenced_output : bool, default False
- Assert implicit ordering on data.
+ Batches are yielded sequentially, like single-threaded
Review Comment:
I see. The `require_sequenced_output` of `ScanNodeOptions` has been existing
in C++ for a few years, but it was missing from Python API. Makes sense to
expose it to Python. It might be useful for others. So I would keep it in.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]