aboutsummaryrefslogtreecommitdiff
path: root/dev/sparktestsupport
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-06-14 02:12:29 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2016-06-14 02:12:29 -0700
commit96c3500c666235f1e746cf17b188930280489d50 (patch)
treecad58e884df09481085563b02c0384827ba9d6cd /dev/sparktestsupport
parenta87a56f5c70792eccbb57046f6b26d40494c380a (diff)
downloadspark-96c3500c666235f1e746cf17b188930280489d50.tar.gz
spark-96c3500c666235f1e746cf17b188930280489d50.tar.bz2
spark-96c3500c666235f1e746cf17b188930280489d50.zip
[SPARK-15935][PYSPARK] Enable test for sql/streaming.py and fix these tests
## What changes were proposed in this pull request? This PR just enables tests for sql/streaming.py and also fixes the failures. ## How was this patch tested? Existing unit tests. Author: Shixiong Zhu <shixiong@databricks.com> Closes #13655 from zsxwing/python-streaming-test.
Diffstat (limited to 'dev/sparktestsupport')
-rw-r--r--dev/sparktestsupport/modules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 8e2364d2f7..ce5725764b 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -337,6 +337,7 @@ pyspark_sql = Module(
"pyspark.sql.group",
"pyspark.sql.functions",
"pyspark.sql.readwriter",
+ "pyspark.sql.streaming",
"pyspark.sql.window",
"pyspark.sql.tests",
]