GitHub user nchammas opened a pull request:

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

    when possible, run SQL tests only

    If the only files changed are related to SQL, then only run the SQL tests.
    
    This patch includes some cosmetic/maintainability refactoring. I would be 
more than happy to undo some of these changes if they are inappropriate.
    
    We can accept this patch mostly as-is and address the immediate need 
documented in [SPARK-3534](https://issues.apache.org/jira/browse/SPARK-3534), 
or we can keep it open until a satisfactory solution along the lines [discussed 
here](https://issues.apache.org/jira/browse/SPARK-1455?focusedCommentId=14136424&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14136424)
 is reached.
    
    Note: I had to hack this patch up to test it locally, so what I'm 
submitting here and what I tested are technically different. 

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

    $ git pull https://github.com/nchammas/spark selective-testing

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

    https://github.com/apache/spark/pull/2420.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 #2420
    
----
commit f9e23f6a5c0031e49765695cb903824eccbcb5df
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-16T23:30:31Z

    when possible, run SQL tests only
    
    Includes some cosmetic/maintainability refactoring.

----


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