We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40ba73 commit 47801c7Copy full SHA for 47801c7
sql/core/src/test/scala/org/apache/spark/sql/execution/python/BatchEvalPythonExecSuite.scala
@@ -109,4 +109,5 @@ class MyDummyPythonUDF extends UserDefinedPythonFunction(
109
name = "dummyUDF",
110
func = new DummyUDF,
111
dataType = BooleanType,
112
- pythonEvalType = PythonEvalType.SQL_BATCHED_UDF)
+ pythonEvalType = PythonEvalType.SQL_BATCHED_UDF,
113
+ udfDeterministic = true)
0 commit comments