Skip to content

wip: proto to physical plan conversion #14530

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jatin510
Copy link
Contributor

@jatin510 jatin510 commented Feb 6, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the proto Related to proto crate label Feb 6, 2025
@@ -798,6 +799,19 @@ message UnnestExecNode {
UnnestOptions options = 5;
}

message MemoryExecNode {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jayzhan211 am i going in right direction ?

Thanks,

Copy link
Contributor

@jayzhan211 jayzhan211 Apr 11, 2025

Choose a reason for hiding this comment

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

I missed this message, probably because it is in draft mode

Copy link
Contributor

Choose a reason for hiding this comment

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

It seems so, this should be similar to other exec node

Copy link

Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added Stale PR has not had any activity for some time and removed Stale PR has not had any activity for some time labels Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proto Related to proto crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support MemoryExec in proto try_from_physical_plan
2 participants