Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: Migrate datafusion-proto tests into it own binary #7668

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

ongchi
Copy link
Contributor

@ongchi ongchi commented Sep 27, 2023

Which issue does this PR close?

Closes #7600

Rationale for this change

What changes are included in this PR?

As title.

Are these changes tested?

Are there any user-facing changes?

No.

@ongchi ongchi changed the title Migrate datafusion-proto tests into it own binary Minor: Migrate datafusion-proto tests into it own binary Sep 27, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ongchi -- this is great ❤️

I also verified that the tests are run as part of the CI job:

https://github.com/apache/arrow-datafusion/actions/runs/6325364178/job/17176970394?pr=7668

...

     Running tests/proto_integration.rs (target/debug/deps/proto_integration-bc8eb5a99036abde)

running 73 tests
test cases::roundtrip_logical_plan::round_trip_scalar_types ... ok
test cases::roundtrip_logical_plan::round_trip_datatype ... ok
test cases::roundtrip_logical_plan::round_trip_scalar_values ... ok
test cases::roundtrip_logical_plan::roundtrip_approx_percentile_cont ... ok
test cases::roundtrip_logical_plan::roundtrip_aggregate_udf ... ok
test cases::roundtrip_logical_plan::roundtrip_between ... ok
test cases::roundtrip_logical_plan::roundtrip_case ... ok
test cases::roundtrip_logical_plan::roundtrip_case_with_null ... ok
test cases::roundtrip_logical_plan::roundtrip_binary_op ... ok
test cases::roundtrip_logical_plan::roundtrip_count ... ok
test cases::roundtrip_logical_plan::roundtrip_count_distinct ... ok
test cases::roundtrip_logical_plan::roundtrip_cube ... ok
test cases::roundtrip_logical_plan::roundtrip_cast ... ok
test cases::roundtrip_logical_plan::roundtrip_dfschema ... ok
test cases::roundtrip_logical_plan::roundtrip_field ... ok
test cases::roundtrip_logical_plan::roundtrip_grouping_sets ... ok
test cases::roundtrip_logical_plan::roundtrip_ilike ... ok
test cases::roundtrip_logical_plan::roundtrip_inlist ... ok
test cases::roundtrip_logical_plan::roundtrip_is_not_null ... ok
test cases::roundtrip_logical_plan::roundtrip_is_null ... ok
test cases::roundtrip_logical_plan::roundtrip_like ... ok
test cases::roundtrip_logical_plan::roundtrip_custom_tables ... ok
test cases::roundtrip_logical_plan::roundtrip_logical_plan ... ok
test cases::roundtrip_logical_plan::roundtrip_logical_plan_with_extension ... ok
test cases::roundtrip_logical_plan::roundtrip_logical_plan_with_view_scan ... ok
...

@alamb alamb merged commit 8f6cae7 into apache:main Sep 28, 2023
@alamb
Copy link
Contributor

alamb commented Sep 28, 2023

Thanks again @ongchi

@ongchi ongchi deleted the proto-tests branch October 5, 2023 07:28
Ted-Jiang pushed a commit to Ted-Jiang/arrow-datafusion that referenced this pull request Oct 7, 2023
* Migrate logical plan tests

* Migrate physical plan tests

* Migrate serialize tests

* Migrate test data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move protobuf serialization roundtrip tests into a test binary
2 participants