xinrong-meng commented on code in PR #39384:
URL: https://github.com/apache/spark/pull/39384#discussion_r1171885649
##########
python/pyspark/sql/tests/test_udf.py:
##########
@@ -804,6 +804,54 @@ def test_udf_with_rand(self):
)
+class UDFTests(BaseUDFTests, ReusedSQLTestCase):
+ @classmethod
+ def setUpClass(cls):
+ super(BaseUDFTests, cls).setUpClass()
+ cls.spark.conf.set("spark.sql.execution.pythonUDF.arrow.enabled",
"false")
+
+
+def test_use_arrow(self):
Review Comment:
Good catch! Removed it
https://github.com/apache/spark/pull/40725/commits/63ef94e6855a9b9cbf7f20282f28cebaf06cd3c6.
`test_use_arrow` is duplicated in PythonUDFArrowTestsMixin of
test_arrow_python_udf.py.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]