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

    https://github.com/apache/spark/pull/22400#discussion_r216886496
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -283,7 +283,8 @@ def approxCountDistinct(col, rsd=None):
     
     @since(2.1)
     def approx_count_distinct(col, rsd=None):
    -    """Aggregate function: returns a new :class:`Column` for approximate 
distinct count of column `col`.
    +    """Aggregate function: returns a new :class:`Column` for approximate 
distinct count of
    --- End diff --
    
    Line too long


---

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

Reply via email to