amol- commented on code in PR #13409:
URL: https://github.com/apache/arrow/pull/13409#discussion_r1034591358
##########
python/pyarrow/includes/libarrow.pxd:
##########
@@ -2545,6 +2545,12 @@ cdef extern from "arrow/compute/exec/options.h"
namespace "arrow::compute" nogil
cdef cppclass CExecNodeOptions "arrow::compute::ExecNodeOptions":
pass
+ cdef cppclass CSourceNodeOptions
"arrow::compute::SourceNodeOptions"(CExecNodeOptions):
+ @staticmethod
+ CResult[shared_ptr[CSourceNodeOptions]] FromRecordBatchReader(
Review Comment:
No anymore, but it still had a value on its own, so I didn't remove it. If
it's a concern I can easily get rid of it. (Even though I would leave the C++
implementation around).
--
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]