GitHub user zero323 opened a pull request:

    https://github.com/apache/spark/pull/16742

    [SPARK-19403][PYTHON][SQL] Correct pyspark.sql.column.__all__ list.

    ## What changes were proposed in this pull request?
    
    This removes names, which are not visible in the pyspark.sql.column module, 
from __all__
    
    ## How was this patch tested?
    
    Existing unit tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zero323/spark SPARK-19403

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16742.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16742
    
----
commit 6c8d73c2196ab421b3536ed3963931418cf1fbf4
Author: zero323 <[email protected]>
Date:   2017-01-30T12:52:20Z

    Remove non-existent names from __all__
    
    This removes names, which are not visible in the pyspark.sql.column module, 
from __all__

----


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