This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from addd3681cb Support Avro's Enum type and Fixed type (#7635)
add 8f6cae7ad6 Minor: Migrate datafusion-proto tests into it own binary
(#7668)
No new revisions were added by this update.
Summary of changes:
datafusion/proto/README.md | 4 +-
datafusion/proto/src/bytes/mod.rs | 219 ---
datafusion/proto/src/logical_plan/mod.rs | 1536 --------------------
datafusion/proto/src/physical_plan/mod.rs | 714 ---------
datafusion/{substrait => proto}/tests/cases/mod.rs | 0
.../proto/tests/cases/roundtrip_logical_plan.rs | 1514 +++++++++++++++++++
.../proto/tests/cases/roundtrip_physical_plan.rs | 712 +++++++++
datafusion/proto/tests/cases/serialize.rs | 239 +++
.../tests/proto_integration.rs} | 0
datafusion/proto/{ => tests}/testdata/test.csv | 0
10 files changed, 2467 insertions(+), 2471 deletions(-)
copy datafusion/{substrait => proto}/tests/cases/mod.rs (100%)
create mode 100644 datafusion/proto/tests/cases/roundtrip_logical_plan.rs
create mode 100644 datafusion/proto/tests/cases/roundtrip_physical_plan.rs
create mode 100644 datafusion/proto/tests/cases/serialize.rs
copy datafusion/{substrait/tests/substrait_integration.rs =>
proto/tests/proto_integration.rs} (100%)
rename datafusion/proto/{ => tests}/testdata/test.csv (100%)