-
Notifications
You must be signed in to change notification settings - Fork 920
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
[BUG] Function for Lead/Lag on Struct Type with default values does not work as expected. #8281
Milestone
Comments
wbo4958
added
bug
Something isn't working
Needs Triage
Need team to review and classify
labels
May 19, 2021
@mythrocks pls help to check it |
Thanks for reporting this, @wbo4958. Looks like I don't have a |
kkraus14
added
libcudf
Affects libcudf (C++/CUDA) code.
and removed
Needs Triage
Need team to review and classify
labels
May 24, 2021
@wbo4958 @mythrocks was this resolved by #8507 ? |
Let me check today. Thx |
Thanks Bobby! |
It worked. thx. close this issue |
rapids-bot bot
pushed a commit
that referenced
this issue
Jun 18, 2021
This PR is for #8281, since the bug has been fixed by #8507. So just enable the test. Authors: - Bobby Wang (https://github.com/wbo4958) Approvers: - Liangcai Li (https://github.com/firestarman) URL: #8548
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Function for Lead/Lag on Struct Type with default values does not work as expected.
Steps/Code to reproduce bug
I didn't dive into libcudf to check how to reproduce it, what I can do is copying java unit tests here for reproducing. You needs to copy the below code into TableTest.java and run the testWindowingLeadOnStruct test. This issue can be reproduced in the newest commit in branch-21.06
Expected behavior
The unit test should pass.
The text was updated successfully, but these errors were encountered: