Touopi Touopi created SPARK-31686:
-------------------------------------
Summary: Return of String instead of array in function
get_json_object
Key: SPARK-31686
URL: https://issues.apache.org/jira/browse/SPARK-31686
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 2.4.5
Environment: {code:json}
// code placeholder
{
customer:{
addesses:[ { {code}
location : arizona
}
]
}
}
get_json_object(string(customer),'$addresses[*].location')
return "arizona"
result expected should be
["arizona"]
Reporter: Touopi Touopi
when we selecting a node of a json object that is array,
When the array contains One element , the get_json_object return a String with
" characters instead of an array of One element.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]