This is an automated email from the ASF dual-hosted git repository.
cutlerb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 8e6af29 ARROW-2914: [Integration] Add WindowPandasUDFTests to Spark
integration script
8e6af29 is described below
commit 8e6af2948f45af4c65a1aea652cd9806c377d8e7
Author: Bryan Cutler <[email protected]>
AuthorDate: Wed Jul 25 14:20:12 2018 -0700
ARROW-2914: [Integration] Add WindowPandasUDFTests to Spark integration
script
New pandas_udf tests were added for windowing, adding them to the list of
Spark Python tests to run.
Author: Bryan Cutler <[email protected]>
Closes #2324 from BryanCutler/integration-add-spark-win-test-ARROW-2914 and
squashes the following commits:
a1e7fe2 <Bryan Cutler> Added WindowPandasUDFTests
---
dev/spark_integration/spark_integration.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/spark_integration/spark_integration.sh
b/dev/spark_integration/spark_integration.sh
index 6c0a3f0..85323fd 100755
--- a/dev/spark_integration/spark_integration.sh
+++ b/dev/spark_integration/spark_integration.sh
@@ -85,7 +85,7 @@ echo "Testing Spark: $SPARK_SCALA_TESTS"
build/mvn -Dtest=none -DwildcardSuites="$SPARK_SCALA_TESTS" test
# Run pyarrow related Python tests only
-SPARK_PYTHON_TESTS="ArrowTests PandasUDFTests ScalarPandasUDFTests
GroupedMapPandasUDFTests GroupedAggPandasUDFTests"
+SPARK_PYTHON_TESTS="ArrowTests PandasUDFTests ScalarPandasUDFTests
GroupedMapPandasUDFTests GroupedAggPandasUDFTests WindowPandasUDFTests"
echo "Testing PySpark: $SPARK_PYTHON_TESTS"
SPARK_TESTING=1 bin/pyspark pyspark.sql.tests $SPARK_PYTHON_TESTS
popd