-
- Downloads
[SQL][SPARK-2094] Follow up of PR #1071 for Java API
Updated `JavaSQLContext` and `JavaHiveContext` similar to what we've done to `SQLContext` and `HiveContext` in PR #1071. Added corresponding test case for Spark SQL Java API. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #1085 from liancheng/spark-2094-java and squashes the following commits: 29b8a51 [Cheng Lian] Avoided instantiating JavaSparkContext & JavaHiveContext to workaround test failure 92bb4fb [Cheng Lian] Marked test cases in JavaHiveQLSuite with "ignore" 22aec97 [Cheng Lian] Follow up of PR #1071 for Java API
Showing
- sql/core/src/main/scala/org/apache/spark/sql/api/java/JavaSQLContext.scala 4 additions, 12 deletions.../scala/org/apache/spark/sql/api/java/JavaSQLContext.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/api/java/JavaHiveContext.scala 2 additions, 8 deletions.../org/apache/spark/sql/hive/api/java/JavaHiveContext.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/api/java/JavaHiveQLSuite.scala 101 additions, 0 deletions.../org/apache/spark/sql/hive/api/java/JavaHiveQLSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala 17 additions, 13 deletions.../org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
Please register or sign in to comment