Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/20137
I am not against anything, but the outputs of the following two are
inconsistent. It looks confusing to end users.
```
help(udf(lambda: 1, "integer").asNondeterministic())
help(udf(lambda: 1, "integer"))
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
