From affed997fc116bd3f3459071cd891888c00cd531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Tue, 10 Dec 2024 10:14:38 +0100 Subject: [PATCH] Add related issue in comment --- ci/scripts/integration_spark.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/integration_spark.sh b/ci/scripts/integration_spark.sh index 6334635b11745..f7ef87a8b8f29 100755 --- a/ci/scripts/integration_spark.sh +++ b/ci/scripts/integration_spark.sh @@ -44,6 +44,7 @@ pushd ${spark_dir} # Run pyarrow related Python tests only # "pyspark.sql.tests.arrow.test_arrow_grouped_map" and # "pyspark.sql.tests.arrow.test_arrow_cogrouped_map" currently fail. + # See: https://github.com/apache/arrow/issues/44986 spark_python_tests=( "pyspark.sql.tests.arrow.test_arrow" "pyspark.sql.tests.arrow.test_arrow_map"