GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-19137][SQL][SS] Garbage left in source tree after SQL tests ran

    ## What changes were proposed in this pull request?
    
    `DataStreamReaderWriterSuite` makes test files in source folder like the 
followings. This PR removes that by specifying `checkpointLoc` correctly.
    
    ```bash
    $ git status
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
    
            sql/core/%253Cundefined%253E/
            sql/core/%3Cundefined%3E/
    ```
    
    ## How was this patch tested?
    
    Manual.
    ```
    build/sbt "project sql" test
    git status
    ```

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-19137

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

    https://github.com/apache/spark/pull/16522.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 #16522
    
----
commit bddaa64027cf577451655fa89a2b06b0b2da306f
Author: Dongjoon Hyun <dongj...@apache.org>
Date:   2017-01-09T23:26:28Z

    [SPARK-19137][SQL][SS] Garbage left in source tree after SQL tests are run

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to