Github user icexelloss commented on a diff in the pull request:
https://github.com/apache/spark/pull/19630#discussion_r151605052
--- Diff: python/pyspark/sql/tests.py ---
@@ -3348,18 +3385,6 @@ def test_vectorized_udf_null_string(self):
res = df.select(str_f(col('str')))
self.assertEquals(df.collect(), res.collect())
- def test_vectorized_udf_zero_parameter(self):
--- End diff --
Moved to PandasUDFTests
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]