From 96c3500c666235f1e746cf17b188930280489d50 Mon Sep 17 00:00:00 2001 From: Shixiong Zhu Date: Tue, 14 Jun 2016 02:12:29 -0700 Subject: [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 Closes #13655 from zsxwing/python-streaming-test. --- dev/sparktestsupport/modules.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/sparktestsupport/modules.py') 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", ] -- cgit v1.2.3