-
Notifications
You must be signed in to change notification settings - Fork 915
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
Fix null check when comparing structs in arg_min
operation of reduction/groupby
#10026
Fix null check when comparing structs in arg_min
operation of reduction/groupby
#10026
Conversation
arg_min
operation of reduction/groupbyarg_min
operation of reduction/groupby
@res-life Please test this PR if it can fix all your issues. If there is another corner case that fails, let report it here so I can address all together. It is not good to have a separate PR to address one issue at a time. If you test it only when it has been merged, then report new issues and pause, you will end up to wait => fix => wait.... forever. |
This comment has been minimized.
This comment has been minimized.
Test case passed with this code, please merge. |
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.
Good catch!
Thanks the reviewers. Hope that we will not have another related bug 😄 |
@gpucibot merge |
This is another fix for NVIDIA/spark-rapids#4434, when the null order is wrongly handled if the input structs column does not have nulls at the top level but only has null at the children levels.