Github user icexelloss commented on a diff in the pull request: https://github.com/apache/spark/pull/19872#discussion_r158952610 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala --- @@ -171,6 +171,7 @@ trait CheckAnalysis extends PredicateHelper { s"appear in the arguments of an aggregate function.") } } + case _: PythonUDF => // OK --- End diff -- Ah I was gonna add the check but forgot, my bad. Let me add proper check for PythonUDF.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org