You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by ash211 <gi...@git.apache.org> on 2017/12/07 05:07:03 UTC

[GitHub] spark pull request #19917: Add failing test for select with a splatted strea...

GitHub user ash211 opened a pull request:

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

    Add failing test for select with a splatted stream

    ## What changes were proposed in this pull request?
    
    Add additional test.
    
    ## How was this patch tested?
    
    Additional test.

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

    $ git pull https://github.com/ash211/spark aash/PDS-59284

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

    https://github.com/apache/spark/pull/19917.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 #19917
    
----
commit 2535b214ea5349209aecaa4b93868df548077c31
Author: Andrew Ash <an...@andrewash.com>
Date:   2017-12-07T00:50:27Z

    Add test for PDS-59284

----


---

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


[GitHub] spark issue #19917: Add failing test for select with a splatted stream

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19917
  
    **[Test build #84592 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84592/testReport)** for PR 19917 at commit [`c728535`](https://github.com/apache/spark/commit/c7285358a06f58ca69c75f7cec194ed27c3cf8e8).


---

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


[GitHub] spark pull request #19917: [SPARK-22725][SQL] Add failing test for select wi...

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

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


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/19917
  
    Let's close this or make it actually fix the issue.


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/19917
  
    This test fails. You identified a change that'll fix it already, so, why not add that here? no need for more JIRAs.
    
    That said I'm not clear if this isn't simply resolved in your app by not using Stream.


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

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

    https://github.com/apache/spark/pull/19917
  
    Merged build finished. Test FAILed.


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

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

    https://github.com/apache/spark/pull/19917
  
    Merged build finished. Test FAILed.


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

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

    https://github.com/apache/spark/pull/19917
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84592/
    Test FAILed.


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

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

    https://github.com/apache/spark/pull/19917
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84590/
    Test FAILed.


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19917
  
    **[Test build #84592 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84592/testReport)** for PR 19917 at commit [`c728535`](https://github.com/apache/spark/commit/c7285358a06f58ca69c75f7cec194ed27c3cf8e8).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #19917: Add failing test for select with a splatted stream

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19917
  
    **[Test build #84590 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84590/testReport)** for PR 19917 at commit [`2535b21`](https://github.com/apache/spark/commit/2535b214ea5349209aecaa4b93868df548077c31).


---

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


[GitHub] spark issue #19917: [SPARK-22725][SQL] Add failing test for select with a sp...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19917
  
    **[Test build #84590 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84590/testReport)** for PR 19917 at commit [`2535b21`](https://github.com/apache/spark/commit/2535b214ea5349209aecaa4b93868df548077c31).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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