amol- commented on issue #13747: URL: https://github.com/apache/arrow/issues/13747#issuecomment-1680951379
@MatthewRGonzalez I think this can now be achieved using the new Acero Declaration API. See https://github.com/apache/arrow/blob/main/python/pyarrow/acero.py#L302-L308 and probably replace `Declaration("table_source", TableSourceNodeOptions(table))` with a `_dataset_to_decl` call like sorting does ( https://github.com/apache/arrow/blob/main/python/pyarrow/acero.py#L280-L287 ) -- 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]
