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

github-bot pushed a change to branch dependabot/cargo/main/proto-8afbff2258
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    omit e2e52c820b chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group
     add 20de40f733 chore(deps): bump bzip2 from 0.5.2 to 0.6.0 (#16441)
     add accd2255f0 Update Roadmap documentation (#16399)
     add 9083fc8bd8 chore(deps): bump libc from 0.2.173 to 0.2.174 (#16440)
     add 5ebc49dc17 feat: support fixed size list for array reverse (#16423)
     add 4c3b8474c7 feat:  add SchemaProvider::table_type(table_name: &str) 
(#16401)
     add 4084894ebe fix: create file for empty stream (#16342)
     add f15ae99eae chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group

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   (e2e52c820b)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-8afbff2258 
(f15ae99eae)

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                                         | 23 +++++-
 benchmarks/README.md                               |  1 -
 datafusion/catalog/src/information_schema.rs       | 95 +++++++++++++++++++++-
 datafusion/catalog/src/schema.rs                   |  9 ++
 datafusion/common/Cargo.toml                       |  2 +-
 datafusion/core/Cargo.toml                         |  2 +-
 datafusion/core/src/datasource/file_format/csv.rs  | 57 +++++++++++++
 datafusion/core/src/datasource/file_format/json.rs | 56 +++++++++++++
 .../core/src/datasource/file_format/parquet.rs     | 55 +++++++++++++
 datafusion/datasource/Cargo.toml                   |  2 +-
 datafusion/datasource/src/file_sink_config.rs      | 37 +++++++--
 datafusion/functions-nested/src/reverse.rs         | 50 +++++++++++-
 datafusion/sqllogictest/test_files/array.slt       | 12 +--
 docs/source/contributor-guide/roadmap.md           | 84 ++-----------------
 14 files changed, 384 insertions(+), 101 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to