You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
! <ArrayRemove> array_remove(x#72, a) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.ArrayRemove
The text was updated successfully, but these errors were encountered:
This one we might be able to do without any help from CUDF, but it is probably simpler to get them involved.
I think the ideal way to do this would be to do a segmented filter, but that does not exist. There is a segmented gather, and we could build our own segmented_filter with it, but I would rather work with CUDF on it. Also there is a map_filter function that we could implement with this same functionality.
I wish we can support array_remove.
Eg:
The text was updated successfully, but these errors were encountered: