Github user felixcheung commented on the issue:
https://github.com/apache/spark/pull/17178
a couple of thoughts
- a default FALSE parameter might be less intuitive - do you think we could
come up with a default TRUE parameter (ok, `single`?)
- if it's asX, typically it would be more R-like to name it `as.X`, eg.
`as.array`
- array might be a bit vague - does that require the column value to be a
JSON array, or just multiple JSON object spanning multiple line?
```
[
{
"title": "1",
edition: 3,
year: 2011
},
{
"title": "2",
edition: 2,
year: 2009
}
]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]