Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19929#discussion_r158598687
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/python/UserDefinedPythonFunction.scala
---
@@ -29,10 +29,11 @@ case class UserDefinedPythonFunction(
name: String,
func: PythonFunction,
dataType: DataType,
- pythonEvalType: Int) {
+ pythonEvalType: Int,
+ udfDeterministic: Boolean = true) {
--- End diff --
Don't we always pass in this parameter? Remove the default value?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]