You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/06/01 00:17:13 UTC

spark git commit: [MINOR] Enable PySpark SQL readerwriter and window tests

Repository: spark
Updated Branches:
  refs/heads/master 46576ab30 -> 9126ea4d1


[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 <jo...@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/9126ea4d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9126ea4d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9126ea4d

Branch: refs/heads/master
Commit: 9126ea4d1c5c468f3662e76e0231b4d64c7c9699
Parents: 46576ab
Author: Josh Rosen <jo...@databricks.com>
Authored: Sun May 31 15:17:05 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Sun May 31 15:17:05 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/9126ea4d/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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org