Skip to content

Add protobuf serde support for LogicalPlan::Unnest#10681

Merged
alamb merged 2 commits intoapache:mainfrom
akoshchiy:10639-unnest-protobuf-support
May 28, 2024
Merged

Add protobuf serde support for LogicalPlan::Unnest#10681
alamb merged 2 commits intoapache:mainfrom
akoshchiy:10639-unnest-protobuf-support

Conversation

@akoshchiy
Copy link
Copy Markdown
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
Copy Markdown
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 🚀

}

#[tokio::test]
async fn roundtrip_logical_plan_unnest() -> Result<()> {
Copy link
Copy Markdown
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
Copy Markdown
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
@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