AlenkaF commented on PR #13591: URL: https://github.com/apache/arrow/pull/13591#issuecomment-1184030781
> Also a general question: is there any functionality in `parquet.write_to_dataset` that the underlying `dataset.write_dataset` cannot provide? `parquet.write_dataset` will soon be the only API used so I think that would be a no. > If no, we could update the function description and suggest that users use that function instead if they don't need the legacy code path. Regardless, we could still update the function description and clarify that it is a wrapper around both `parquet.write_table` (when using legacy code path) and `dataset.write_dataset` (when using the new code path). I think that is added already. Not in the arg description but in the warnings when using legacy implementation. -- 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]
