This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from d8845a6161 feat: support nested key for get_field (#18394)
add 900ee658d6 Support Arrow IPC Stream Files (#18457)
No new revisions were added by this update.
Summary of changes:
.../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/sqllogictest/test_files/arrow_files.slt | 260 +++++++++
12 files changed, 1206 insertions(+), 171 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]