aboutsummaryrefslogtreecommitdiff
path: root/dev/sparktestsupport/modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/sparktestsupport/modules.py')
-rw-r--r--dev/sparktestsupport/modules.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 0d6aa7422a..8e2364d2f7 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -158,18 +158,6 @@ hive_thriftserver = Module(
)
-hivecontext_compatibility = Module(
- name="hivecontext-compatibility",
- dependencies=[hive],
- source_file_regexes=[
- "sql/hivecontext-compatibility/",
- ],
- sbt_test_goals=[
- "hivecontext-compatibility/test"
- ]
-)
-
-
sketch = Module(
name="sketch",
dependencies=[tags],