- 
                Notifications
    You must be signed in to change notification settings 
- Fork 261
Closed
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I request a feature of element_at function on GPU.
The API link : https://spark.apache.org/docs/latest/api/sql/index.html#element_at
> SELECT element_at(array(1, 2, 3), 2);
 2
> SELECT element_at(map(1, 'a', 2, 'b'), 2);
 b
Driver log :
I!NOT_FOUND  element_at cannot run on GPU because no GPU enabled version of expression class org.apache.spark.sql.catalyst.expressions.ElementAt could be found
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers