Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/13460
  
    I just fetched this PR and run tests. It seems `"SPARK-7565 MapType in 
JsonRDD"` test is being failed. Maybe this should be solved. Also, if 
`json(jsonRDD: JavaRDD[String])` is being deprecated, then I think its usages 
should be changed to the new ones in this PR or in a follow-up.
    
    BTW, I guess it is arguable to add a new API. For me, I feel it is a bit 
questionable to add this API because there is already rdd one, `json(jsonRDD: 
RDD[String])`. This might be able to be easily down like the blow:
    
    ```
    json(jsonDataset.rdd)
    ```
    
    I guess APIs would not be added only for consistency.
    
     Maybe I think we should wait for a committer's call.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to