mirkhosro commented on PR #13591: URL: https://github.com/apache/arrow/pull/13591#issuecomment-1183999734
Also a general question: is there any functionality in `parquet.write_to_dataset` that the underlying `dataset.write_dataset` cannot provide? 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). -- 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]
