This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch dependabot/cargo/main/rust_decimal-1.39.0
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 5bbfae6b3f chore(deps): bump rust_decimal from 1.38.0 to 1.39.0
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 2890577f87 Merge remote-tracking branch 'apache/main' into
dependabot/cargo/main/rust_decimal-1.39.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/audit.yml | 2 +-
.github/workflows/rust.yml | 4 +-
.../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/sqllogictest/test_files/arrow_files.slt | 260 +++++++++
datafusion/sqllogictest/test_files/map.slt | 18 +-
16 files changed, 1263 insertions(+), 180 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]