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 b16797a90b chore(deps): bump the arrow-parquet group with 7 updates add ef711190ef chore(deps): bump indexmap from 2.11.1 to 2.11.3 (#17587) add 0e9b4a34b4 chore(deps): bump serde_json from 1.0.143 to 1.0.145 (#17585) add 986cfcde0e Enable `inefficient_to_string` Clippy lint (#17583) add 33cd63b0c6 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 (b16797a90b) \ N -- N -- N refs/heads/dependabot/cargo/main/arrow-parquet-0f9d8047f9 (33cd63b0c6) 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 | 40 ++++++++++++---------- Cargo.toml | 3 +- .../examples/parquet_embedded_index.rs | 2 +- datafusion/catalog/src/information_schema.rs | 2 +- datafusion/common/src/error.rs | 7 ++-- datafusion/core/src/dataframe/parquet.rs | 2 +- datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs | 2 +- .../tests/fuzz_cases/aggregation_fuzzer/mod.rs | 4 +-- .../tests/fuzz_cases/equivalence/projection.rs | 4 +-- datafusion/core/tests/fuzz_cases/sort_fuzz.rs | 2 +- .../core/tests/fuzz_cases/topk_filter_pushdown.rs | 2 +- datafusion/core/tests/fuzz_cases/window_fuzz.rs | 2 +- datafusion/core/tests/memory_limit/mod.rs | 2 +- datafusion/expr/src/expr_rewriter/mod.rs | 2 +- datafusion/expr/src/logical_plan/builder.rs | 6 ++-- datafusion/functions/benches/to_char.rs | 12 +++---- datafusion/functions/src/regex/regexpcount.rs | 16 +++++---- datafusion/physical-plan/src/execution_plan.rs | 2 +- datafusion/sql/src/utils.rs | 2 +- datafusion/sql/tests/cases/params.rs | 2 +- datafusion/sql/tests/cases/plan_to_sql.rs | 2 +- 21 files changed, 63 insertions(+), 55 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org