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

    https://github.com/apache/spark/pull/22206#discussion_r212795255
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -6394,6 +6394,17 @@ def test_invalid_args(self):
                     df.withColumn('mean_v', mean_udf(df['v']).over(ow))
     
     
    +class DataSourceV2Tests(ReusedSQLTestCase):
    +    def test_pyspark_udf_SPARK_25213(self):
    --- End diff --
    
    not a big deal but I would avoid `SPARK_25213` postfix at the end just for 
consistency.


---

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

Reply via email to