[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-29 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-116848080 Merging this in. Thanks @ilganeli! --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6686 --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115029251 @ilganeli Once you correct the parameter (make it consistent), this looks good to me. Unfortunately, this PR cannot catch 1.4.1 release, which should only

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115039570 LGTM, waiting for tests. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r33203825 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,53 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115032140 [Test build #35728 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35728/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115030576 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115030558 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115053843 [Test build #35728 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35728/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-115053967 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-24 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114973836 @davies @rxin Are there any further suggestions? Would love to get this into 1.4.1, thanks! --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114186900 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32959777 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala --- @@ -43,24 +43,6 @@ private[r] object SQLUtils { StructType(fields)

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114187161 [Test build #35460 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35460/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114189600 [Test build #35460 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35460/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32959687 --- Diff: python/pyspark/sql/types.py --- @@ -56,6 +56,32 @@ def __eq__(self, other): def __ne__(self, other): return not

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114189619 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114186871 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32958201 --- Diff: python/pyspark/sql/types.py --- @@ -56,6 +56,32 @@ def __eq__(self, other): def __ne__(self, other): return not

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114243273 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114285248 [Test build #35482 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35482/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114285290 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114243212 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-114243827 [Test build #35482 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35482/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-19 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32806503 --- Diff: python/pyspark/sql/types.py --- @@ -56,6 +56,32 @@ def __eq__(self, other): def __ne__(self, other): return not

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-19 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32806501 --- Diff: python/pyspark/sql/types.py --- @@ -56,6 +56,32 @@ def __eq__(self, other): def __ne__(self, other): return not

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-19 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32806472 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala --- @@ -43,26 +43,8 @@ private[r] object SQLUtils { StructType(fields)

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32804117 --- Diff: python/pyspark/sql/types.py --- @@ -56,6 +56,32 @@ def __eq__(self, other): def __ne__(self, other): return not

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-19 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32804096 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +393,47 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113189491 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113189528 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113190209 [Test build #35137 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35137/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32751352 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,43 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32751787 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,43 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113354797 [Test build #35201 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35201/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113354814 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113331823 [Test build #35201 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35201/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113331787 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113331773 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113232083 [Test build #35137 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35137/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113232120 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32785670 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,43 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113307230 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113307245 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113307627 [Test build #35184 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35184/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113307870 [Test build #35184 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35184/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113307873 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113063566 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113063564 [Test build #35109 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35109/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113079072 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113079089 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113062905 @davies Made the changes you suggested. Only thing I didn't know how to do is to intercept an exception in Python. Is there a cleaner way of doing it than I added? The

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113063328 [Test build #35109 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35109/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113063174 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113063190 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113079303 [Test build #35117 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35117/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113102560 [Test build #35117 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35117/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-113102620 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-17 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32656127 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,49 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-17 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32656949 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,49 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-17 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32650599 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,49 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-17 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32650869 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,49 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-17 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6686#discussion_r32650363 --- Diff: python/pyspark/sql/types.py --- @@ -368,8 +367,49 @@ def __init__(self, fields): struct1 == struct2 False

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-16 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112480475 @rxin Is this good to go? Looking forward to getting this merged! --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112110192 [Test build #34944 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34944/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112099273 [Test build #34943 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34943/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112098983 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112098935 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112099705 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112099702 [Test build #34943 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34943/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112108881 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112108953 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112160908 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112160926 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112161079 [Test build #34954 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34954/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112141366 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112141325 [Test build #34944 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34944/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112151316 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112201653 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112201545 [Test build #34954 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34954/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112182686 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-112182645 [Test build #34952 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34952/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111980790 [Test build #34918 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34918/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111980837 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111956199 retest this please --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111957224 [Test build #34918 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34918/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111956606 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111956577 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111805854 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111805844 [Test build #34878 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34878/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111805171 [Test build #34879 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34879/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111805174 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111796022 [Test build #34879 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34879/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111794364 [Test build #34870 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34870/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111794368 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111791362 [Test build #34872 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34872/console) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111791373 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111794023 [Test build #34878 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34878/consoleFull) for PR 6686 at commit

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111795884 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

[GitHub] spark pull request: [SPARK-8056][SQL] Design an easier way to cons...

2015-06-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6686#issuecomment-111795912 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

  1   2   >