[GitHub] spark issue #13460: [SPARK-15615] [SQL] Support Json input from Dataset[Stri...

2016-08-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13460 Can one of the admins verify this patch? --- 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

[GitHub] spark issue #13460: [SPARK-15615] [SQL] Support Json input from Dataset[Stri...

2016-06-07 Thread pjfanning
Github user pjfanning commented on the issue: https://github.com/apache/spark/pull/13460 @HyukjinKwon all the JsonSuite tests pass for me on my laptop - would it be feasible to get this reviewed again? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark issue #13460: [SPARK-15615] [SQL] Support Json input from Dataset[Stri...

2016-06-02 Thread pjfanning
Github user pjfanning commented on the issue: https://github.com/apache/spark/pull/13460 @HyukjinKwon this change in input parameter relates to https://github.com/apache/spark/pull/13300. There was a request there to treat Dataset[String] as a preferred input to RDD[String]. --- If

[GitHub] spark issue #13460: [SPARK-15615] [SQL] Support Json input from Dataset[Stri...

2016-06-01 Thread HyukjinKwon
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