Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/20142#discussion_r160017176
--- Diff: python/pyspark/sql/tests.py ---
@@ -3950,6 +3975,33 @@ def
test_vectorized_udf_timestamps_respect_session_timezone(self):
finally:
self.spark.conf.set("spark.sql.session.timeZone", orig_tz)
+ def test_nondeterministic_udf(self):
--- End diff --
test_vectorized_nondeterministic_udf
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]