Skip to content

Commit f48de10

Browse files
committed
[SPARK-53592][PYTHON][TESTS][FOLLOW-UP] Remove unused config in the parity test
### What changes were proposed in this pull request? Remove unused config in the parity test ### Why are the changes needed? this config is not used ### Does this PR introduce _any_ user-facing change? no, test-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes #52403 from zhengruifeng/udf_test_followup. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 36ed5ee commit f48de10

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/pyspark/sql/tests/connect/test_parity_unified_udf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222

2323

2424
class UnifiedUDFParityTests(UnifiedUDFTestsMixin, ReusedConnectTestCase):
25-
@classmethod
26-
def setUpClass(cls):
27-
ReusedConnectTestCase.setUpClass()
28-
cls.spark.conf.set("spark.sql.execution.pythonUDF.arrow.enabled", "false")
25+
pass
2926

3027

3128
if __name__ == "__main__":

0 commit comments

Comments
 (0)