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

    https://github.com/apache/spark/pull/20588#discussion_r167711870
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -4325,15 +4333,16 @@ def data(self):
                 .withColumn("vs", array([lit(i) for i in range(20, 30)])) \
                 .withColumn("v", explode(col('vs'))).drop('vs')
     
    -    def test_simple(self):
    -        from pyspark.sql.functions import pandas_udf, PandasUDFType
    -        df = self.data
    +    def test_supported_types(self):
    --- End diff --
    
    Yup. Filed [SPARK-23401](https://issues.apache.org/jira/browse/SPARK-23401).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to