You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/05/05 06:33:42 UTC

[arrow-datafusion] branch master updated (7304719bb -> fbeb7261b)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 7304719bb fix: union schema (#2334)
     add fbeb7261b Issue 2393: Support glob patterns for files (#2394)

No new revisions were added by this update.

Summary of changes:
 data-access/Cargo.toml                            |   1 +
 data-access/src/object_store/local.rs             |  26 ++++
 data-access/src/object_store/mod.rs               | 161 ++++++++++++++++++++--
 datafusion/core/src/datasource/listing/helpers.rs |   6 +-
 datafusion/core/src/datasource/listing/table.rs   |   2 +-
 datafusion/core/src/execution/context.rs          |  35 +++++
 6 files changed, 217 insertions(+), 14 deletions(-)