[go: nahoru, domu]

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

Support serialization/deserialization for custom physical exprs in proto #11387

Merged
merged 4 commits into from
Jul 13, 2024

Conversation

lewiszlw
Copy link
Member

Which issue does this PR close?

Closes #11350.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@lewiszlw lewiszlw marked this pull request as draft July 10, 2024 10:11
@lewiszlw lewiszlw marked this pull request as ready for review July 11, 2024 02:57
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 @lewiszlw -- this makes sense to me

cc @thinkharderdev and @joroKr21 as I think this may also relate to your usecase

.downcast_ref::<CustomPredicateExpr>()
.is_some()
{
buf.extend_from_slice("CustomPredicateExpr".as_bytes());
Copy link
Contributor

Choose a reason for hiding this comment

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

nice

@alamb alamb merged commit f5d88d1 into apache:main Jul 13, 2024
23 checks passed
@alamb
Copy link
Contributor
alamb commented Jul 13, 2024

Thanks again @lewiszlw

findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
…oto (apache#11387)

* Add PhysicalExtensionExprNode

* regen proto

* Add ser/de extension expr logic

* Add test and fix clippy lint
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 17, 2024
…oto (apache#11387)

* Add PhysicalExtensionExprNode

* regen proto

* Add ser/de extension expr logic

* Add test and fix clippy lint
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 18, 2024
…oto (apache#11387)

* Add PhysicalExtensionExprNode

* regen proto

* Add ser/de extension expr logic

* Add test and fix clippy lint
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.

Support serialization/deserialization for custom physical exprs in proto
2 participants