This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/main/arrow-parquet-0f9d8047f9
in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard 845154d2d7 chore(deps): bump the arrow-parquet group with 7 updates
add 26106a2aa8 Auto detect hive column partitioning with
ListingTableFactory / `CREATE EXTERNAL TABLE` (#17232)
add 1197454ae1 chore(deps): bump chrono from 0.4.41 to 0.4.42 (#17483)
add f75a936c65 chore(deps): bump the arrow-parquet group with 7 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (845154d2d7)
\
N -- N -- N
refs/heads/dependabot/cargo/main/arrow-parquet-0f9d8047f9 (f75a936c65)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 35 +++---
Cargo.toml | 2 +-
datafusion/common/src/config.rs | 5 +
datafusion/core/src/datasource/listing/table.rs | 3 +
.../core/src/datasource/listing_table_factory.rs | 127 ++++++++++++++++++---
.../sqllogictest/test_files/information_schema.slt | 2 +
.../sqllogictest/test_files/insert_to_external.slt | 28 +++++
.../test_files/listing_table_partitions.slt | 75 ++++++++++++
docs/source/library-user-guide/upgrading.md | 11 ++
docs/source/user-guide/cli/datasources.md | 24 ++++
docs/source/user-guide/configs.md | 1 +
docs/source/user-guide/sql/ddl.md | 29 +++++
12 files changed, 306 insertions(+), 36 deletions(-)
create mode 100644
datafusion/sqllogictest/test_files/listing_table_partitions.slt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]