Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
The code below demonstrates the issue:
spark.sql("select element_at(?, 1)", Array(array(lit(1)))).collect()
It fails with the error:
[info] java.lang.UnsupportedOperationException: literal unresolved_function {
[info] function_name: "array"
[info] arguments {
[info] literal {
[info] integer: 1
[info] }
[info] }
[info] }
[info] not supported (yet).
Attachments
Issue Links
- links to