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

    https://github.com/apache/spark/pull/21397#discussion_r191070397
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -4931,6 +4931,30 @@ def foo3(key, pdf):
             expected4 = udf3.func((), pdf)
             self.assertPandasEqual(expected4, result4)
     
    +    # Regression test for SPARK-24334
    +    def test_memory_leak(self):
    --- End diff --
    
    Yea, I think it's good enough to have it in PR description. Let's just put 
this in the PR description.


---

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

Reply via email to