westonpace commented on issue #36834: URL: https://github.com/apache/arrow/issues/36834#issuecomment-1648073841
> TableScan(using dataset) with Partition > TableSink(using dataset) with Partition > > But I don't know if there are more convinient way to solve it This would be the easiest way I think. It will require you to create a plan (scan -> write). Otherwise you can use `arrow::dataset::internal::DatasetWriter` directly but it's not part of the public API and so there are no real guarantees for backwards compatibility (although there are no plans to change it at the moment that I am aware of). -- 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]
