Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19929#discussion_r158504556
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/python/PythonUDF.scala
---
@@ -29,9 +29,12 @@ case class PythonUDF(
func: PythonFunction,
dataType: DataType,
children: Seq[Expression],
- evalType: Int)
+ evalType: Int,
+ udfDeterministic: Boolean = true)
--- End diff --
do we need the default value?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]