Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 9f46ce4

Browse files
committed
Enable PySpark SQL readerwriter and window tests.
1 parent 66a53a6 commit 9f46ce4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/run-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ function run_sql_tests() {
7676
run_test "pyspark.sql.dataframe"
7777
run_test "pyspark.sql.group"
7878
run_test "pyspark.sql.functions"
79+
run_test "pyspark.sql.readwriter"
80+
run_test "pyspark.sql.window"
7981
run_test "pyspark.sql.tests"
8082
}
8183

0 commit comments

Comments
 (0)