aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-05-20 22:01:55 -0700
committerReynold Xin <rxin@databricks.com>2016-05-20 22:01:55 -0700
commit45b7557e61d440612d4ce49c31b5ef242fdefa54 (patch)
treedcaff3ba6c7231e343b7f146a422934bea628bf3 /pom.xml
parent021c19702c720b4466b016498917d47f99000e13 (diff)
downloadspark-45b7557e61d440612d4ce49c31b5ef242fdefa54.tar.gz
spark-45b7557e61d440612d4ce49c31b5ef242fdefa54.tar.bz2
spark-45b7557e61d440612d4ce49c31b5ef242fdefa54.zip
[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.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9c13af17e4..e778f77fa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,6 @@
<module>sql/catalyst</module>
<module>sql/core</module>
<module>sql/hive</module>
- <module>sql/hivecontext-compatibility</module>
<module>assembly</module>
<module>external/flume</module>
<module>external/flume-sink</module>