-
Notifications
You must be signed in to change notification settings - Fork 235
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
Revert "Add in support for lists in some joins (#2702)" #2749
Conversation
This reverts commit 44a48ca. Signed-off-by: Alessandro Bellina <abellina@nvidia.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.
Revert looks OK, but is there a followup issue against 21.08 to track restoring this functionality?
#2723 is the issue tracking it from our side. I was thinking the cudf issue can be filed once we have a repro. |
I saw #2723 mostly as tracking the original bug which doesn't necessarily require restoring this revert in order to declare it "fixed," especially if it ends up just being delegated to a cudf issue. I'm OK with #2723 being the tracking issue as long as it's clear in that issue that it must not be considered closed until the functionality being reverted here is restored. |
Ok I see what you mean. I'll make it clear in the issue to re-add Bobby's code. It seems like it is the passing criteria for #2723, that the added types and tests pass. |
…NVIDIA#2749)" This reverts commit b3e7c4b.
…NVIDIA#2749)" This reverts commit b3e7c4b. This re-enables support for lists in Broadcast Nested Loop Joins, and Cartesian joins, as was intended in 2702. Signed-off-by: Mithun RK <mythrocks@gmail.com>
This reverts commit 44a48ca.
Signed-off-by: Alessandro Bellina abellina@nvidia.com
Due to #2723, we'd like to revert this change while we investigate a solution.