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 15cc91d619 chore(deps): bump the arrow-parquet group with 7 updates add 50733bcb80 Implement timestamp_cast_dtype for SqliteDialect (#17479) add e408847d0b Disable `required_status_checks` for now (#17537) add 74204cd49b Rename Blaze to Auron (#17532) add dd3976b827 Update Bug issue template to use Bug issue type (#17540) add aada2e1e65 feat: Add binary to `join_fuzz` testing (#17497) add fdc54b7a98 Fix predicate simplification for incompatible types in push_down_filter (#17521) add a431bf7b32 Add assertion that ScalarUDFImpl implementation is consistent with declared return type (#17515) add 5fd831fce9 Revert #17295 (Support from-first SQL syntax) (#17520) add 20f164004b Using encode_arrow_schema from arrow-rs. (#17543) add d819304003 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 (15cc91d619) \ N -- N -- N refs/heads/dependabot/cargo/main/arrow-parquet-0f9d8047f9 (d819304003) 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: .asf.yaml | 28 -- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + Cargo.lock | 1 - datafusion/common/Cargo.toml | 1 - .../common/src/file_options/parquet_writer.rs | 27 +- datafusion/core/tests/fuzz_cases/join_fuzz.rs | 366 ++++++++++++++++++--- datafusion/core/tests/sql/select.rs | 25 ++ datafusion/expr/src/udf.rs | 18 +- datafusion/ffi/tests/ffi_integration.rs | 2 +- datafusion/ffi/tests/ffi_udaf.rs | 2 +- datafusion/ffi/tests/ffi_udf.rs | 2 +- datafusion/ffi/tests/ffi_udtf.rs | 2 +- datafusion/ffi/tests/ffi_udwf.rs | 2 +- .../simplify_expressions/simplify_predicates.rs | 97 +++++- datafusion/spark/src/function/array/spark_array.rs | 45 +-- datafusion/spark/src/function/url/parse_url.rs | 7 +- datafusion/sql/src/select.rs | 8 - datafusion/sql/src/unparser/dialect.rs | 8 + datafusion/sql/src/unparser/expr.rs | 20 ++ datafusion/sqllogictest/test_files/from-first.slt | 55 ---- datafusion/sqllogictest/test_files/projection.slt | 28 ++ .../sqllogictest/test_files/push_down_filter.slt | 25 ++ docs/source/user-guide/introduction.md | 6 +- docs/source/user-guide/sql/select.md | 14 - 25 files changed, 572 insertions(+), 219 deletions(-) delete mode 100644 datafusion/sqllogictest/test_files/from-first.slt --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org