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/05/19 12:49:13 UTC

[arrow-datafusion] branch main updated (4b8a3d6969 -> 412867aa25)

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 4b8a3d6969 Parallel parquet schema inference (#6366)
     add 412867aa25 Add` COPY .. TO ..` syntax support (#6355)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/execution/context.rs           |  81 +++--
 .../core/tests/sqllogictests/test_files/copy.slt   |  44 +++
 datafusion/sql/src/parser.rs                       | 339 ++++++++++++++++++++-
 datafusion/sql/src/relation/mod.rs                 |   1 +
 datafusion/sql/src/statement.rs                    |  11 +-
 5 files changed, 435 insertions(+), 41 deletions(-)
 create mode 100644 datafusion/core/tests/sqllogictests/test_files/copy.slt