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

    https://github.com/apache/spark/pull/22921#discussion_r230428697
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -275,15 +273,6 @@ def _():
     del _name, _doc
     
     
    -@since(1.3)
    -def approxCountDistinct(col, rsd=None):
    --- End diff --
    
    Looks like the removal of this is causing the test failure, maybe do a grep 
for `approxCountDistinct` in the tests?


---

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

Reply via email to