Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/20137
@HyukjinKwon We need to fix `asNondeterministic `
```
def asNondeterministic(self):
"""
Updates UserDefinedFunction to nondeterministic.
.. versionadded:: 2.3
"""
self._deterministic = False
return self._wrapped()
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
