Description
To reproduce,
```
spark.range(1).filter(udf(lambda x: x)("id") >= 0).createTempView("v")
```
Attachments
Issue Links
- is related to
-
SPARK-41820 DataFrame.createOrReplaceGlobalTempView - SparkConnectException: requirement failed
- Resolved
- links to