!Expression <ArrayIntersect> array_intersect(a#0, b#1) cannot run on GPU because array1 expression AttributeReference a#0 (child ArrayType(IntegerType,true) is not supported); array2 expression AttributeReference b#1 (child ArrayType(IntegerType,true) is not supported); expression ArrayIntersect array_intersect(a#0, b#1) produces an unsupported type ArrayType(ArrayType(IntegerType,true),true)
Is your feature request related to a problem? Please describe. The Spark RAPIDS accelerator should support
array_intersect
on nested array inputs.Python example:
The not-supported error message: