This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from d2d506ac89 chore(deps): update sqlparser requirement from 0.35 to
0.36.1 (#7051)
add 72b8d511cf use ObjectStore for dataframe writes (#6987)
No new revisions were added by this update.
Summary of changes:
datafusion-examples/examples/dataframe-to-s3.rs | 91 ++++++++++++++++++++++
.../core/src/datasource/physical_plan/csv.rs | 72 ++++++++++-------
.../core/src/datasource/physical_plan/json.rs | 66 +++++++++-------
.../core/src/datasource/physical_plan/parquet.rs | 73 ++++++++++-------
4 files changed, 222 insertions(+), 80 deletions(-)
create mode 100644 datafusion-examples/examples/dataframe-to-s3.rs