-
- Downloads
[SPARK-5426][SQL] Add SparkSQL Java API helper methods.
Right now the PR adds few helper methods for java apis. But the issue was opened mainly to get rid of transformations in java api like `.rdd` and `.toJavaRDD` while working with `SQLContext` or `HiveContext`. Author: kul <kuldeep.bora@gmail.com> Closes #4243 from kul/master and squashes the following commits: 2390fba [kul] [SPARK-5426][SQL] Add SparkSQL Java API helper methods.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala 17 additions, 0 deletions...core/src/main/scala/org/apache/spark/sql/SQLContext.scala
- sql/core/src/test/java/org/apache/spark/sql/api/java/JavaApplySchemaSuite.java 45 additions, 3 deletions...a/org/apache/spark/sql/api/java/JavaApplySchemaSuite.java
Please register or sign in to comment