-
- Downloads
[SPARK-15424][SPARK-15437][SPARK-14807][SQL] Revert Create a hivecontext-compatibility module
## What changes were proposed in this pull request? I initially asked to create a hivecontext-compatibility module to put the HiveContext there. But we are so close to Spark 2.0 release and there is only a single class in it. It seems overkill to have an entire package, which makes it more inconvenient, for a single class. ## How was this patch tested? Tests were moved. Author: Reynold Xin <rxin@databricks.com> Closes #13207 from rxin/SPARK-15424.
Showing
- dev/run-tests.py 1 addition, 1 deletiondev/run-tests.py
- dev/sparktestsupport/modules.py 0 additions, 12 deletionsdev/sparktestsupport/modules.py
- pom.xml 0 additions, 1 deletionpom.xml
- project/SparkBuild.scala 3 additions, 3 deletionsproject/SparkBuild.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala 0 additions, 0 deletions...rc/main/scala/org/apache/spark/sql/hive/HiveContext.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveContextCompatibilitySuite.scala 2 additions, 3 deletions...apache/spark/sql/hive/HiveContextCompatibilitySuite.scala
- sql/hivecontext-compatibility/pom.xml 0 additions, 57 deletionssql/hivecontext-compatibility/pom.xml
Loading
Please register or sign in to comment