[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/21395 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/90986/ Test FAILed. ---

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/21395 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional comma

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/21395 **[Test build #90986 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90986/testReport)** for PR 21395 at commit [`045307b`](https://github.com/apache/spark/commit/0

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/21395 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/90974/ Test PASSed. ---

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/21395 Merged build finished. Test PASSed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional comma

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/21395 **[Test build #90974 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90974/testReport)** for PR 21395 at commit [`ec2e4a6`](https://github.com/apache/spark/commit/e

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/21395 **[Test build #90986 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90986/testReport)** for PR 21395 at commit [`045307b`](https://github.com/apache/spark/commit/04

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread wajda
Github user wajda commented on the issue: https://github.com/apache/spark/pull/21395 Yep, just have fixed that one as well :) https://github.com/apache/spark/pull/21401 --- - To unsubscribe, e-mail: reviews-unsub

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/21395 **[Test build #90974 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/90974/testReport)** for PR 21395 at commit [`ec2e4a6`](https://github.com/apache/spark/commit/ec

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread ueshin
Github user ueshin commented on the issue: https://github.com/apache/spark/pull/21395 ok to test. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark

[GitHub] spark issue #21395: [SPARK-24348][SQL] "element_at" error fix

2018-05-22 Thread ueshin
Github user ueshin commented on the issue: https://github.com/apache/spark/pull/21395 Good catch! I guess we should check other functions while we are here. I found `ArrayPosition` has similar problem for now. Could you fix it as well? --- ---