This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/cargo/main/proto-5f30c81d2c in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard 4175be5bf3 chore(deps): bump the proto group with 2 updates add c24d620e17 chore: avoid copy in `SchemaMapping` (#17344) add 435d5627cb chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#17345) add 5021b397b1 chore(deps): bump libmimalloc-sys from 0.1.43 to 0.1.44 (#17343) add d19bf524e3 fix EquivalenceProperties calculation in DataSourceExec (#17323) add ee007c8e38 chore(deps): bump the proto group with 2 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 (4175be5bf3) \ N -- N -- N refs/heads/dependabot/cargo/main/proto-5f30c81d2c (ee007c8e38) 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: .github/workflows/rust.yml | 2 +- Cargo.lock | 4 +- .../physical_optimizer/filter_pushdown/util.rs | 4 ++ datafusion/datasource-parquet/src/source.rs | 4 ++ datafusion/datasource/src/file.rs | 4 ++ datafusion/datasource/src/file_scan_config.rs | 44 ++++++++++++++++++++-- datafusion/datasource/src/schema_adapter.rs | 5 +-- datafusion/datasource/src/source.rs | 32 +--------------- .../src/equivalence/properties/mod.rs | 41 ++++++++++---------- .../proto/tests/cases/roundtrip_physical_plan.rs | 2 +- .../test_files/parquet_filter_pushdown.slt | 9 +++++ 11 files changed, 88 insertions(+), 63 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org