Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/20142#discussion_r160017215
--- Diff: python/pyspark/sql/tests.py ---
@@ -3567,6 +3580,18 @@ def tearDownClass(cls):
time.tzset()
ReusedSQLTestCase.tearDownClass()
+ @property
+ def random_udf(self):
--- End diff --
Maybe `nondeterministic_udf`. So we don't have duplicate name to
`random_udf` too.`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]