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

    https://github.com/apache/spark/pull/4756#discussion_r25313008
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -69,6 +69,7 @@ def _(col):
         globals()[_name] = _create_function(_name, _doc)
     del _name, _doc
     __all__ += _functions.keys()
    --- End diff --
    
    can we add a line of comment to __all__ to say that _functions are 
automatically added to the list.



---
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