You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, it is possible to stream RecordBatches using RowIterator._to_arrow_iterable and this is done internally in the to_arrow method. There is a public to_dataframe_iterable method and so it feels like there should be a matching to_arrow_iterable method for the same reasons the Pandas version exists.
Describe the solution you'd like
Promote _to_arrow_iterable to to_arrow_iterable
Is your feature request related to a problem? Please describe.
Currently, it is possible to stream RecordBatches using
RowIterator._to_arrow_iterableand this is done internally in theto_arrowmethod. There is a publicto_dataframe_iterablemethod and so it feels like there should be a matchingto_arrow_iterablemethod for the same reasons the Pandas version exists.Describe the solution you'd like
Promote
_to_arrow_iterabletoto_arrow_iterable