Github user icexelloss commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21082#discussion_r183220435
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -5156,6 +5156,15 @@ def test_retain_group_columns(self):
                 expected1 = df.groupby(df.id).agg(sum(df.v))
                 self.assertPandasEqual(expected1.toPandas(), 
result1.toPandas())
     
    +    def test_array_type(self):
    --- End diff --
    
    This is related, but I figured its shouldn't hurt to add an array test in 
GroupedAggPandasUDFTests..


---

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

Reply via email to