-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Ballista] Enable ApproxPercentileWithWeight in Ballista and fill UT #2192
Conversation
let res = df.collect().await.unwrap(); | ||
let expected = vec![ | ||
"+---------------------------------------------------------------+", | ||
"| APPROXPERCENTILECONTWITHWEIGHT(test.id,Int64(2),Float64(0.5)) |", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 hard to read a little bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thinks this name is align with proto file, it try to rewrite debug
or display
of this struct , it not works😂
I think we should add the function in https://github.com/apache/arrow-datafusion/blob/28a6da3d2d175eb9d2f4ff8a6ea58e7c22dae97c/ballista/rust/core/proto/datafusion.proto#L203 proto |
Yes , but there is some issue in #2221 |
My thought is that we should add
behind the |
Which issue does this PR close?
Closes #2193.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?