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, 12 insertions, 0 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index c844bcff7e..6d47733ec1 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -151,6 +151,18 @@ 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=[],