-
Notifications
You must be signed in to change notification settings - Fork 908
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
Add Java unit tests for window aggregate 'collect' [skip ci] #7121
Add Java unit tests for window aggregate 'collect' [skip ci] #7121
Conversation
Can one of the admins verify this patch? |
@firestarman I moved this PR to a draft. cudf recently changed to using draft PRs and/or labels to indicate the state of PRs rather than tags in the PR headline. AFAIK the only tag that should be in the headline is for skipping CI which is appropriate for Java-only PRs like this one. |
OK. Thanks. |
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.
Looks good overall. The test is accurate.
I have left a couple of minor comments to sort out.
Add unit tests for aggregate 'collect' with windowing. Signed-off-by: Liangcai Li <liangcail@nvidia.com>
Signed-off-by: Liangcai Li <liangcail@nvidia.com>
0f857c7
to
94ee4ce
Compare
Signed-off-by: Liangcai Li <liangcail@nvidia.com>
Signed-off-by: Liangcai Li <liangcail@nvidia.com>
Thanks for review, and I have updated this PR per your comments. |
Signed-off-by: Liangcai Li <liangcail@nvidia.com>
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. This should go in after #7189.
#7189 has been merged to I have moved this PR out of |
thanks |
rerun tests |
rerun tests |
For the record, I have addressed adding support for Spark null-handling semantics for |
Yes, i saw it. Thanks |
|
rerun tests |
ok to test |
2 similar comments
ok to test |
ok to test |
ok to test |
rerun tests |
Argh. I'm not sure why this PR's CI is "Pending". @firestarman, could you please |
rerun tests |
This PR is pure JNI. It doesn't require the I'm going to try pinging the CI bot. |
@gpucibot merge |
Add unit tests for aggregate 'collect' with windowing.
This PR depends on the PR #7189 .
Signed-off-by: Liangcai Li liangcail@nvidia.com