-
Notifications
You must be signed in to change notification settings - Fork 5
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
Port kurtosis_pop
UDAF
#7
Port kurtosis_pop
UDAF
#7
Conversation
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.
Thank you @dharanad
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.
Thank you @dharanad and @dmitrybugakov
|
||
#[tokio::test] | ||
async fn test_kurtosis_pop() { | ||
let mut execution = TestExecution::new().await.unwrap().with_setup(TEST_TABLE).await; |
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.
There were additional tests too in apache/datafusion#12647
Maybe it is time to consider adding sqllogictest to this repo too 🤔 (not as part of this PR)
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.
+1 I was thinking the same. Plus it kind of hazzle to assert those table output snapshots.
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.
lgtm |
Thank You @alamb & @dmitrybugakov for the review |
Part of apache/datafusion#12625
Porting
kurtosis_pop
orginally authored by @goldmedal