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

Add protobuf serde support for LogicalPlan::Unnest #10681

Merged
merged 2 commits into from
May 28, 2024

Conversation

akoshchiy
Copy link
Contributor

Which issue does this PR close?

Closes #10639.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

Signed-off-by: Andrey Koshchiy <an.koshchiy@gmail.com>
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 very much for this contribution @akoshchiy

I have started the CI tests on this PR. Once it passes this PR looks good to me 🚀

@@ -524,6 +524,31 @@ async fn roundtrip_logical_plan_with_extension() -> Result<()> {
Ok(())
}

#[tokio::test]
async fn roundtrip_logical_plan_unnest() -> Result<()> {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Signed-off-by: Andrey Koshchiy <an.koshchiy@gmail.com>
@alamb alamb changed the title minor: unnest protobuf serde support Add protobuf serde support for Unnest May 28, 2024
@alamb alamb changed the title Add protobuf serde support for Unnest Add protobuf serde support for LogicalPlan::Unnest May 28, 2024
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.

Looks great -- thanks again @akoshchiy

@alamb alamb merged commit 5a9712e into apache:main May 28, 2024
25 checks passed
@akoshchiy akoshchiy deleted the 10639-unnest-protobuf-support branch May 30, 2024 08:32
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
Signed-off-by: Andrey Koshchiy <an.koshchiy@gmail.com>
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.

Implement protobuf serialization for LogicalPlan::Unnest
2 participants