-
Notifications
You must be signed in to change notification settings - Fork 240
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
CaseWhen
supports ArrayType
#2388
Conversation
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
CaseWhen
supports ArrayType
CaseWhen
supports ArrayType
[Small PR]
CaseWhen
supports ArrayType
[Small PR]CaseWhen
supports ArrayType
build |
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
build |
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.
Could you please file follow on issues for the other operations that we probably can support for single level arrays now too.
GpuIf
which should allow you to testnvl2
because it is implemented in terms ofif
. (alsonullif
, but needs support for a null literal array, so we might need a separate issue for this one).GpuColaesce
which should allow you to testnvl
andifnull
because they are implemented in terms ofcoalesce
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Here it is #2398 |
build |
1 similar comment
build |
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
build |
This PR is to add
ArrayType
support to the expressionCaseWhen
. Since the cudf has supported it by the PR rapidsai/cudf#8135 .Closed #1996
Signed-off-by: Firestarman firestarmanllc@gmail.com