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

    https://github.com/apache/spark/pull/14538#discussion_r73970614
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -112,11 +112,8 @@ def _():
         'sinh': 'Computes the hyperbolic sine of the given value.',
         'tan': 'Computes the tangent of the given value.',
         'tanh': 'Computes the hyperbolic tangent of the given value.',
    -    'toDegrees': 'Converts an angle measured in radians to an 
approximately equivalent angle ' +
    -                 'measured in degrees.',
    -    'toRadians': 'Converts an angle measured in degrees to an 
approximately equivalent angle ' +
    -                 'measured in radians.',
    -
    +    'toDegrees': '.. note:: Deprecated in 2.0, use degrees instead.',
    --- End diff --
    
    I was stupid. I will change this to 2.1. Would this be okay?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to