owenowenisme commented on code in PR #50802:
URL: https://github.com/apache/arrow/pull/50802#discussion_r3764616059
##########
python/pyarrow/includes/libarrow_acero.pxd:
##########
@@ -42,6 +42,9 @@ cdef extern from "arrow/acero/options.h" namespace
"arrow::acero" nogil:
CTableSourceNodeOptions(shared_ptr[CTable] table)
CTableSourceNodeOptions(shared_ptr[CTable] table, int64_t
max_batch_size)
+ cdef cppclass CRecordBatchReaderSourceNodeOptions
"arrow::acero::RecordBatchReaderSourceNodeOptions"(CExecNodeOptions):
+ CRecordBatchReaderSourceNodeOptions(shared_ptr[CRecordBatchReader]
reader)
Review Comment:
False alarm
--
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]