westonpace commented on PR #15255: URL: https://github.com/apache/arrow/pull/15255#issuecomment-1377342313
I've noticed you are updating a lot of the bindings for Acero in glib. You might want to take a look at adding bindings for `arrow::compute::DeclarationToTable`, `arrow::compute::DeclarationToBatches`, and `arrow::compute::DeclarationToReader` (in `exec_plan.h`). In most cases configuration a sink, creating an ExecPlan, and waiting on the finished future is a nuisance. These methods hide the details of that for common cases. -- 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]
