You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/06 19:01:38 UTC

[arrow-datafusion] branch main updated (44b83a10a6 -> 36292f63e3)

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 44b83a10a6 feat: New functions and operations for working with arrays (#6384)
     add 36292f63e3 Add support for appending data to external tables - CSV (#6526)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/datasource/file_format/csv.rs  | 329 ++++++++++++++++++++-
 .../core/src/datasource/file_format/file_type.rs   |  30 +-
 datafusion/core/src/datasource/file_format/mod.rs  | 234 ++++++++++++++-
 datafusion/core/src/datasource/listing/table.rs    | 248 +++++++++++++++-
 datafusion/core/src/datasource/memory.rs           |   7 +-
 .../core/src/physical_plan/file_format/csv.rs      |   4 +-
 .../src/physical_plan/file_format/file_stream.rs   |  50 +++-
 .../core/src/physical_plan/file_format/mod.rs      | 104 +++++--
 datafusion/core/src/physical_plan/insert.rs        |  10 +-
 datafusion/core/tests/fifo.rs                      |  91 ++++++
 .../tests/sqllogictests/test_files/explain.slt     |  36 +++
 11 files changed, 1076 insertions(+), 67 deletions(-)