Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18906#discussion_r162779803
--- Diff: python/pyspark/sql/tests.py ---
@@ -597,10 +597,29 @@ def test_non_existed_udf(self):
self.assertRaisesRegexp(AnalysisException, "Can not load class
non_existed_udf",
lambda:
spark.udf.registerJavaFunction("udf1", "non_existed_udf"))
- # This is to check if a deprecated
'SQLContext.registerJavaFunction' can call its alias.
--- End diff --
Seems this test is gone ...
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]