From 9f46ce41ac79080cf18a6d8496cd18a2dc878e37 Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Sun, 31 May 2015 13:17:00 -0700 Subject: [PATCH] Enable PySpark SQL readerwriter and window tests. --- python/run-tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/run-tests b/python/run-tests index fcfb49556b7c..17dda3eadac0 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" }