You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by ScrapCodes <gi...@git.apache.org> on 2014/07/09 14:31:33 UTC

[GitHub] spark pull request: Added Sql to mima checks

GitHub user ScrapCodes opened a pull request:

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

    Added Sql to mima checks

    

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

    $ git pull https://github.com/ScrapCodes/spark-1 sql-mima-checks

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

    https://github.com/apache/spark/pull/1342.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 #1342
    
----
commit 4973dbdea71ab8e1ab6e0b89287af918109ad6a3
Author: Patrick Wendell <pw...@gmail.com>
Date:   2014-03-12T01:10:12Z

    Example build using pom reader.
    
    Note this requires a SNAPSHOT version that is published locally.

commit 36efa627d3f70fc35af8b6ec3898d277deb93fc6
Author: Patrick Wendell <pw...@gmail.com>
Date:   2014-03-18T00:23:25Z

    Set project name in pom files and added eclipse/intellij plugins.

commit 96cea1fb59fd6194b44a2b141f238facb3063b8c
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-05-27T06:05:50Z

    SPARK-1776 Have Spark's SBT build read dependencies from Maven.

commit 9439ea345899ada30bdcbb11d258ee8e15286c4c
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-05-27T06:24:22Z

    Small fix to run-examples script.

commit cf88758f664eaadf4588a412e614366768e690e3
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-05-27T12:10:00Z

    cleanup

commit a2f5ae1593b7f00250007463156cbce39f21acb1
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-05-28T14:59:18Z

    Fixes a bug in dependencies.

commit a49c61b689f72e6ba67e5716b5292638714e6c1d
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-05-28T16:29:39Z

    Fix for tools jar

commit dccc8acfb21dd226289da655c02e219170427fe6
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-05-30T07:12:31Z

    updated mima to check against 1.0

commit d0a02f2b367ebe7934c1aa34890b7e13385539f6
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-06-02T06:44:58Z

    Bumped up pom versions, Since the build now depends on pom it is better updated there. + general cleanups.

commit 89b9777f8c31c21e768d5f95404f3a656f3ce48e
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-06-24T08:11:29Z

    Merge conflicts

commit 446768eca198e4cd2369c39a97c42251b5b5e2cd
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-06-24T09:27:43Z

    minor fix

commit 65cf06c404f93f6170a10a4d54466b46f19905ee
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-06-25T07:30:20Z

    Servelet API jars mess up with the other servlet jars on the class path.

commit 6af91acd1fb675bc69dfeb70dece8bd0120f5eea
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-06-25T11:29:05Z

    Ported oldDeps back. + fixes issues with prev commit.

commit ac4312cc3bf93931d20750a37d1f1af723f2d268
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-03T22:04:18Z

    Revert "minor fix"
    
    This reverts commit 446768eca198e4cd2369c39a97c42251b5b5e2cd.

commit acab73d08a735edbd8237c1240322e69ed36cfcb
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-03T22:48:21Z

    Revert "Small fix to run-examples script."
    
    This reverts commit 9439ea345899ada30bdcbb11d258ee8e15286c4c.

commit 72651ca9aedb0ec6de08c5e5d99f5ae39adeb70e
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-03T22:48:55Z

    Addresses code reivew comments.

commit 4b8875ea5aa22256cad5c48a7172b4cf5c26ff2d
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-03T22:57:11Z

    Sbt assembly no longer builds tools by default.

commit fa6221d88c85b6fb1bf8437f0387ab8b5e2019b9
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-09T08:41:03Z

    Excluding sql from mima

commit 62b09bb9c9ad168b08608758245273d663a6140a
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-09T08:49:19Z

    Improvements.

commit cebde840843dfa27fef0a488640298901582f999
Author: Prashant Sharma <pr...@imaginea.com>
Date:   2014-07-09T12:30:17Z

    Added Sql to mima checks

----


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

[GitHub] spark pull request: Added Sql to mima checks

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/1342#issuecomment-48463836
  
    Merged build started. 


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

[GitHub] spark pull request: Added Sql to mima checks

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/1342#issuecomment-48476230
  
    Merged build finished. 


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

[GitHub] spark pull request: Added Sql to mima checks

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/1342#issuecomment-48476231
  
    
    Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16461/


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

[GitHub] spark pull request: Added Sql to mima checks

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/1342#issuecomment-48463826
  
     Merged build triggered. 


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

[GitHub] spark pull request: Added Sql to mima checks

Posted by ScrapCodes <gi...@git.apache.org>.
Github user ScrapCodes closed the pull request at:

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


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

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