You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by heuermh <gi...@git.apache.org> on 2018/10/16 03:34:20 UTC

[GitHub] spark pull request #22742: [SPARK-25588][WIP] SchemaParseException: Can't re...

GitHub user heuermh opened a pull request:

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

    [SPARK-25588][WIP] SchemaParseException: Can't redefine: list when re…

    …ading from Parquet
    
    ## What changes were proposed in this pull request?
    
    Added failing unit test that demonstrates the issue described in SPARK-25588.

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

    $ git pull https://github.com/heuermh/spark SPARK-25588

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

    https://github.com/apache/spark/pull/22742.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 #22742
    
----
commit fd238e0149966c5b12b38443f7dba13f5d6878b2
Author: Michael L Heuer <he...@...>
Date:   2018-10-16T03:31:59Z

    [SPARK-25588][WIP] SchemaParseException: Can't redefine: list when reading from Parquet

----


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    Hi @heuermh ,
    
    I left some comments in JIRA yesterday. I tried the test case in branch-2.3(with tag v2.3.1 and v2.3.0), the case is still reproduced by running:
    ```
    ./build/sbt "; clean; project sql; testOnly *Spark25588Suite"
    ```
    Can you confirm that?
    
    I have also seen a similar issue in Parquet 1.10: https://jira.apache.org/jira/browse/PARQUET-1409



---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

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


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

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


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    **[Test build #97426 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97426/testReport)** for PR 22742 at commit [`fd238e0`](https://github.com/apache/spark/commit/fd238e0149966c5b12b38443f7dba13f5d6878b2).
     * This patch **fails Scala style tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class Inner(`
      * `case class Middle(`
      * `case class Outer(`
      * `class Spark25588Suite extends QueryTest with SharedSQLContext `


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    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 #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    **[Test build #97467 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97467/testReport)** for PR 22742 at commit [`8a42805`](https://github.com/apache/spark/commit/8a42805238f76aaa8ea1e3436a7eee6fc7786672).
     * 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 #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4016/
    Test PASSed.


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/4043/
    Test PASSed.


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

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


---

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


[GitHub] spark issue #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    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 #22742: [SPARK-25588][WIP] SchemaParseException: Can't redefine:...

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

    https://github.com/apache/spark/pull/22742
  
    **[Test build #97467 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97467/testReport)** for PR 22742 at commit [`8a42805`](https://github.com/apache/spark/commit/8a42805238f76aaa8ea1e3436a7eee6fc7786672).


---

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