Skip to content

Commit

Permalink
Remove 'pyspark.sql.tests.arrow.test_arrow_cogrouped_map' from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 9, 2024
1 parent 084399a commit e661dea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/scripts/integration_spark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ pushd ${spark_dir}
build/mvn -B -DskipTests package

# Run pyarrow related Python tests only
# TODO: Investigate why `"pyspark.sql.tests.arrow.test_arrow_grouped_map"` is failing
# TODO: Investigate why `"pyspark.sql.tests.arrow.test_arrow_grouped_map"` and
# `"pyspark.sql.tests.arrow.test_arrow_cogrouped_map"` are failing.
# They seem to require pandas too.
spark_python_tests=(
"pyspark.sql.tests.arrow.test_arrow"
"pyspark.sql.tests.arrow.test_arrow_cogrouped_map"
"pyspark.sql.tests.arrow.test_arrow_map"
"pyspark.sql.tests.arrow.test_arrow_python_udf")

Expand Down

0 comments on commit e661dea

Please sign in to comment.