This is an automated email from the ASF dual-hosted git repository. gurwls223 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 f2e65e06526f Revert "[SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions" f2e65e06526f is described below commit f2e65e06526f77cb616e79ed1e72ada38868805c Author: Hyukjin Kwon <gurwls...@apache.org> AuthorDate: Mon Apr 21 13:17:15 2025 +0900 Revert "[SPARK-51838][PYTHON][TESTS][FOLLWO-UP] Skip `test_wildcard_import` in low python versions" This reverts commit a10f32da21b83c10968783819267290e10d95c66. --- python/pyspark/sql/tests/test_functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/pyspark/sql/tests/test_functions.py b/python/pyspark/sql/tests/test_functions.py index 13b0e09ec86d..01b2149bda45 100644 --- a/python/pyspark/sql/tests/test_functions.py +++ b/python/pyspark/sql/tests/test_functions.py @@ -23,7 +23,6 @@ import io from itertools import chain import math import re -import sys import unittest from pyspark.errors import PySparkTypeError, PySparkValueError, SparkRuntimeException @@ -91,7 +90,6 @@ class FunctionsTestsMixin: expected_missing_in_py, missing_in_py, "Missing functions in pyspark not as expected" ) - @unittest.skipIf(sys.version_info < (3, 11)) def test_wildcard_import(self): all_set = set(F.__all__) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org