rtpsw commented on code in PR #14682: URL: https://github.com/apache/arrow/pull/14682#discussion_r1041920953
########## python/pyarrow/_compute.pyx: ########## @@ -141,6 +153,38 @@ cdef wrap_hash_aggregate_kernel(const CHashAggregateKernel* c_kernel): return kernel +cdef class RecordBatchIterator(_Weakrefable): Review Comment: I included this as a separate commit, so you could review whether this is what you had in mind. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org