Github user viirya commented on the issue:
https://github.com/apache/spark/pull/19492
In fact I don't feel strong preference to support array of primitive types
in `from_json`.
The reason is that I think at most time, we will use json object instead of
json array at top-level. Is it common to use json array to store primitive type
of data like this? Seems to me it doesn't have more advantage than just a
string with special delimiter such as "," or "|".
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]