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: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to