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

comphead pushed a change to branch dependabot/cargo/main/regex-syntax-0.8.8
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from de994daa7e chore(deps): bump regex-syntax from 0.8.6 to 0.8.8
     add d8845a6161 feat: support nested key for get_field (#18394)
     add 900ee658d6 Support Arrow IPC Stream Files (#18457)
     add 1988ffc61b chore(deps): bump taiki-e/install-action from 2.62.47 to 
2.62.49 (#18581)
     add dc000b89e7 chore(deps): bump maturin from 1.9.6 to 1.10.0 in /docs 
(#18590)
     add e4066898b6 chore: Remove unused `tokio` dependency and clippy (#18598)
     add 2e394ecc41 Merge branch 'main' into 
dependabot/cargo/main/regex-syntax-0.8.8

No new revisions were added by this update.

Summary of changes:
 .github/workflows/audit.yml                        |   2 +-
 .github/workflows/rust.yml                         |   4 +-
 Cargo.lock                                         | 838 ++++++++++-----------
 datafusion/catalog-listing/Cargo.toml              |   1 -
 .../part=123/data.arrow                            | Bin 0 -> 1608 bytes
 .../part=456/data.arrow                            | Bin 0 -> 1608 bytes
 datafusion/core/tests/execution/mod.rs             |   1 +
 datafusion/core/tests/execution/register_arrow.rs  |  90 +++
 .../schema_adapter_integration_tests.rs            |   4 +-
 datafusion/datasource-arrow/src/file_format.rs     | 429 +++++++----
 datafusion/datasource-arrow/src/mod.rs             |   2 +
 datafusion/datasource-arrow/src/source.rs          | 591 ++++++++++++++-
 .../tests/data/example_stream.arrow                | Bin 0 -> 1480 bytes
 .../example_stream_corrupted_metadata_length.arrow | Bin 0 -> 1480 bytes
 .../tests/data/example_stream_empty.arrow          | Bin 0 -> 776 bytes
 datafusion/functions/src/core/getfield.rs          |  42 +-
 datafusion/functions/src/crypto/basic.rs           |   1 +
 datafusion/spark/src/function/hash/sha1.rs         |   1 +
 datafusion/sqllogictest/test_files/arrow_files.slt | 260 +++++++
 datafusion/sqllogictest/test_files/map.slt         |  18 +-
 docs/requirements.txt                              |   2 +-
 21 files changed, 1685 insertions(+), 601 deletions(-)
 create mode 100644 
datafusion/core/tests/data/partitioned_table_arrow_stream/part=123/data.arrow
 create mode 100644 
datafusion/core/tests/data/partitioned_table_arrow_stream/part=456/data.arrow
 create mode 100644 datafusion/core/tests/execution/register_arrow.rs
 create mode 100644 datafusion/datasource-arrow/tests/data/example_stream.arrow
 create mode 100644 
datafusion/datasource-arrow/tests/data/example_stream_corrupted_metadata_length.arrow
 create mode 100644 
datafusion/datasource-arrow/tests/data/example_stream_empty.arrow


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to