devinjdangelo opened a new pull request, #7435: URL: https://github.com/apache/arrow-datafusion/pull/7435
## Which issue does this PR close? Closes #7433 ## Rationale for this change #7390 adds support for configuring Write related options via SQL statements. This PR extends that to allow configuring the same write related options via `DataFrame::write_*` methods. These methods accept `parquet::WriterProperties` or `csv::WriterBuilder` directly rather than requiring passing of string tuples. ## What changes are included in this PR? - LogicalPlan::Copy(CopyTo) updated to allow passing of StatementOptions or FileTypeWriterOptions directly. - DataFrame::write_* methods updated to allow passing options and parsing them into a CopyTo logical plan. ## Are these changes tested? Yes via existing tests ## Are there any user-facing changes? Yes, DataFrame write APIs are updated. -- 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]
