[Ballista] Enable ApproxPercentileWithWeight in Ballista and fill UT #2192
[Ballista] Enable ApproxPercentileWithWeight in Ballista and fill UT #2192yjshen merged 2 commits intoapache:masterfrom
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.
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?