GitHub user felixcheung opened a pull request:

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

    [SPARK-20689][PYSPARK] python doctest leaking bucketed table

    ## What changes were proposed in this pull request?
    
    It turns out pyspark doctest is calling saveAsTable without ever dropping 
them. Since we have separately python tests for bucketed table, and there is 
not testing of results, there is really no need to run the doctest 
    
    ## How was this patch tested?
    
    Jenkins

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

    $ git pull https://github.com/felixcheung/spark pytablecleanup

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

    https://github.com/apache/spark/pull/17932.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 #17932
    
----
commit 8890b60de7b94b97b9d87560cbb06faa8a838bf3
Author: Felix Cheung <[email protected]>
Date:   2017-05-10T06:16:16Z

    disable run bucketBy saveAsTable in pyspark doctest

----


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