This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 3707f94f41ac [SPARK-54943][PYTHON][TESTS][FOLLOW-UP] Disable
`test_pyarrow_array_cast` for now
3707f94f41ac is described below
commit 3707f94f41ac528b36965e54a04ec43016d9b0a0
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu Jan 29 11:01:48 2026 +0800
[SPARK-54943][PYTHON][TESTS][FOLLOW-UP] Disable `test_pyarrow_array_cast`
for now
### What changes were proposed in this pull request?
Disable `test_pyarrow_array_cast` for now
### Why are the changes needed?
it is failing all schedule jobs
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
will check the ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #54051 from zhengruifeng/disable_pyarrow_cast.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
python/pyspark/tests/upstream/pyarrow/test_pyarrow_array_cast.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/python/pyspark/tests/upstream/pyarrow/test_pyarrow_array_cast.py
b/python/pyspark/tests/upstream/pyarrow/test_pyarrow_array_cast.py
index 93b8c11a0b90..126891c961f2 100644
--- a/python/pyspark/tests/upstream/pyarrow/test_pyarrow_array_cast.py
+++ b/python/pyspark/tests/upstream/pyarrow/test_pyarrow_array_cast.py
@@ -116,7 +116,8 @@ def _make_float16_array(values):
return pa.array(np_values, pa.float16())
[email protected](not have_pyarrow, pyarrow_requirement_message)
+# @unittest.skipIf(not have_pyarrow, pyarrow_requirement_message)
[email protected]("Failing in different environments")
class PyArrowNumericalCastTests(unittest.TestCase):
"""
Tests for PyArrow numerical type casts with safe=True.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]