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

Enable more benchmark serde tests #331

Merged
merged 4 commits into from
Oct 10, 2022

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

None

Rationale for this change

Tying to prevent any more regressions

What changes are included in this PR?

More tests

Are there any user-facing changes?

@@ -1500,20 +1500,6 @@ mod tests {
// test logical plan round trip
let plans = create_logical_plans(&ctx, n)?;
for plan in plans {
let proto: datafusion_proto::protobuf::LogicalPlanNode =
Copy link
Member Author

Choose a reason for hiding this comment

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

We cant do serde on unoptimized plans because serde does not support subqueries yet

@andygrove andygrove merged commit bb36590 into apache:master Oct 10, 2022
@andygrove andygrove deleted the benchmark-serde-tests branch October 10, 2022 18:57
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.

2 participants