dongjoon-hyun commented on a change in pull request #25352: 
[SPARK-28422][SQL][Python] GROUPED_AGG pandas_udf should work without group by 
clause
URL: https://github.com/apache/spark/pull/25352#discussion_r310451831
 
 

 ##########
 File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala
 ##########
 @@ -81,6 +81,8 @@ trait PlanTestBase extends PredicateHelper with SQLHelper { 
self: Suite =>
         ae.copy(resultId = ExprId(0))
       case lv: NamedLambdaVariable =>
         lv.copy(exprId = ExprId(0), value = null)
+      case pdf: PythonUDF =>
 
 Review comment:
   Ur, `pdf`? Do we use like this before? Maybe, `udf: PythonUDF` is better?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to