Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/15231
@felixcheung I just updated this and now it'd print the exceptions as below:
```r
> read.df(source="json")
Error in loadDF : analysis error - Unable to infer schema for JSON at . It
must be specified manually;
> read.df("arbitrary_path")
Error in loadDF : analysis error - Path does not exist: file:
.../arbitrary_path;
> write.df(df, source="csv")
Error in save : illegal argument - 'path' is not specified
```
Could you please take another look?
---
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]