You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by wajda <gi...@git.apache.org> on 2018/05/22 15:51:51 UTC

[GitHub] spark pull request #21401: SPARK-24350 "array_position" error fix

GitHub user wajda opened a pull request:

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

    SPARK-24350 "array_position" error fix

    ## What changes were proposed in this pull request?
    
    Fixes ```ClassCastException``` in the ```array_position``` function
    
    ## How was this patch tested?
    
    unit test

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

    $ git pull https://github.com/AbsaOSS/spark SPARK-24350-array_position-error-fix

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

    https://github.com/apache/spark/pull/21401.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 #21401
    
----
commit e08bfc19cd41f52ad37329ceaeea092aee3e8b4c
Author: Vayda, Oleksandr: IT (PRG) <ol...@...>
Date:   2018-05-22T15:46:26Z

    SPARK-24350 "array_position" error fix

----


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    **[Test build #91005 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/91005/testReport)** for PR 21401 at commit [`8e8f623`](https://github.com/apache/spark/commit/8e8f62385b3a81cd21b5fd033a5dee9bc7d8a040).
     * 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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    Can one of the admins verify this patch?


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    LGTM pending Jenkins.


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    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 #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    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 #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    good catch, thanks


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    retest this please


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    LGTM


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    **[Test build #91020 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/91020/testReport)** for PR 21401 at commit [`8e8f623`](https://github.com/apache/spark/commit/8e8f62385b3a81cd21b5fd033a5dee9bc7d8a040).
     * 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 pull request #21401: [SPARK-24350][SQL] Fixes ClassCastException in th...

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    LGTM


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    **[Test build #90990 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90990/testReport)** for PR 21401 at commit [`8e8f623`](https://github.com/apache/spark/commit/8e8f62385b3a81cd21b5fd033a5dee9bc7d8a040).
     * 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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    Jenkins, retest this please.


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    @ueshin can you trigger tests?


---

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


[GitHub] spark pull request #21401: [SPARK-24350][SQL] "array_position" error fix

Posted by maropu <gi...@git.apache.org>.
Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21401#discussion_r189966177
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala ---
    @@ -708,6 +708,10 @@ class DataFrameFunctionsSuite extends QueryTest with SharedSQLContext {
           df.selectExpr("array_position(array(1, null), array(1, null)[0])"),
           Seq(Row(1L), Row(1L))
         )
    +
    +    intercept[AnalysisException] {
    +      Seq(("a string element", "a")).toDF().selectExpr("array_position(_1, _2)")
    +    }
    --- End diff --
    
    Please check the error message, too.


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    **[Test build #91015 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/91015/testReport)** for PR 21401 at commit [`8e8f623`](https://github.com/apache/spark/commit/8e8f62385b3a81cd21b5fd033a5dee9bc7d8a040).
     * 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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    retest this please


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    retest this please


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    ok to test.


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    `Fixes ClassCastException in the array_position function` - this seems like a better PR title than the current one.


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    Please describe more in the description; you'd be better to copy the description there.


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    retest this please


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    **[Test build #91045 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/91045/testReport)** for PR 21401 at commit [`8e8f623`](https://github.com/apache/spark/commit/8e8f62385b3a81cd21b5fd033a5dee9bc7d8a040).
     * 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 #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

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


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    retest this please


---

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


[GitHub] spark issue #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    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 #21401: [SPARK-24350][SQL] Fixes ClassCastException in the "arra...

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

    https://github.com/apache/spark/pull/21401
  
    **[Test build #91058 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/91058/testReport)** for PR 21401 at commit [`8e8f623`](https://github.com/apache/spark/commit/8e8f62385b3a81cd21b5fd033a5dee9bc7d8a040).
     * This patch passes all 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 #21401: [SPARK-24350][SQL] "array_position" error fix

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

    https://github.com/apache/spark/pull/21401
  
    Can one of the admins verify this patch?


---

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