Ngone51 commented on pull request #29106:
URL: https://github.com/apache/spark/pull/29106#issuecomment-659253331


   It has been reverted at 4ef535fffbc1cacbacb035b2b1ac1dffcc0352b4.
   
   `branch-3.0` build fail at test `SPARK-32307: Aggression that use array type 
input UDF as group expression` since it does not support udf with type 
`Array[Int]`. Actually, yet, only the Master branch supports `Array[Int]` type 
after SPARK-31826.
   
   This PR fixes the issue which introduced by SPARK-31826 and `branch-3.0` 
actually doesn't have the issue but fail by the unsupported Array type.
   
   So, we may not need to backport it to `branch-3.0`?
   
   


----------------------------------------------------------------
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]



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

Reply via email to