Repository: spark
Updated Branches:
  refs/heads/branch-1.4 fa292dc3d -> 139c8240f


[MINOR] Enable PySpark SQL readerwriter and window tests

PySpark SQL's `readerwriter` and `window` doctests weren't being run by our 
test runner script; this patch re-enables them.

Author: Josh Rosen <joshro...@databricks.com>

Closes #6542 from JoshRosen/enable-more-pyspark-sql-tests and squashes the 
following commits:

9f46ce4 [Josh Rosen] Enable PySpark SQL readerwriter and window tests.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/139c8240
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/139c8240
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/139c8240

Branch: refs/heads/branch-1.4
Commit: 139c8240fdde765698c51a9243f8bc5171b03fbe
Parents: fa292dc
Author: Josh Rosen <joshro...@databricks.com>
Authored: Sun May 31 15:17:05 2015 -0700
Committer: Davies Liu <dav...@databricks.com>
Committed: Tue Jun 2 12:02:07 2015 -0700

----------------------------------------------------------------------
 python/run-tests | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/139c8240/python/run-tests
----------------------------------------------------------------------
diff --git a/python/run-tests b/python/run-tests
index fcfb495..17dda3e 100755
--- a/python/run-tests
+++ b/python/run-tests
@@ -76,6 +76,8 @@ function run_sql_tests() {
     run_test "pyspark.sql.dataframe"
     run_test "pyspark.sql.group"
     run_test "pyspark.sql.functions"
+    run_test "pyspark.sql.readwriter"
+    run_test "pyspark.sql.window"
     run_test "pyspark.sql.tests"
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to