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

fix: impl ordering for serialization/deserialization for AggregateUdf #11926

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

haohuaijin
Copy link
Contributor

Which issue does this PR close?

close #11804

Rationale for this change

see related issue #11804

What changes are included in this PR?

add serialization/deserialization for ordering, remove logical expr need in create_window_expr function(related to #11845)

Are these changes tested?

add roundtrip test for approx_percentile_cont function and ordering.

Are there any user-facing changes?

no

@github-actions github-actions bot added the core Core DataFusion crate label Aug 10, 2024
Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

👍

@alamb
Copy link
Contributor

alamb commented Aug 12, 2024

Thanks @jayzhan211 and @haohuaijin

@alamb alamb merged commit 032b9c9 into apache:main Aug 12, 2024
24 checks passed
@haohuaijin haohuaijin deleted the fix-proto branch August 12, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ordering serialization for AggregateUdf in datafusion-proto
3 participants