Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/6716#discussion_r32088958
--- Diff: python/pyspark/sql/functions.py ---
@@ -188,11 +195,14 @@ def _():
globals()[_name] = since(1.4)(_create_binary_mathfunction(_name, _doc))
for _name, _doc in _window_functions.items():
globals()[_name] = since(1.4)(_create_window_function(_name, _doc))
+for _name, _doc in _functions_1_5.items():
--- End diff --
i don't think u need this, since you explicitly defined it. you might need
to add it to __all__ at the top of the file
---
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]