[GitHub] [spark] cloud-fan commented on issue #25095: [SPARK-28332][SQL] SQLMetric wrong initValue

2019-07-11 Thread GitBox
cloud-fan commented on issue #25095: [SPARK-28332][SQL] SQLMetric wrong initValue URL: https://github.com/apache/spark/pull/25095#issuecomment-510357416 I think there are 2 kinds of sql metrics: 1. executor side just set a value, and driver side merges the values by calculating some sta

[GitHub] [spark] SparkQA commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
SparkQA commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510358192 **[Test build #107515 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107515/testReport)** for PR 24860 at commi

[GitHub] [spark] SparkQA commented on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users

2019-07-11 Thread GitBox
SparkQA commented on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users URL: https://github.com/apache/spark/pull/24996#issuecomment-510358190 **[Test build #107504 has finished](https://amplab.cs.berkeley.edu/jenkins/jo

[GitHub] [spark] SparkQA commented on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query

2019-07-11 Thread GitBox
SparkQA commented on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query URL: https://github.com/apache/spark/pull/25107#issuecomment-510358184 **[Test build #107505 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107505/testRepor

[GitHub] [spark] SparkQA commented on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner

2019-07-11 Thread GitBox
SparkQA commented on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner URL: https://github.com/apache/spark/pull/25111#issuecomment-510358185 **[Test build #107513 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/1

[GitHub] [spark] SparkQA commented on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join

2019-07-11 Thread GitBox
SparkQA commented on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join URL: https://github.com/apache/spark/pull/25106#issuecomment-510358188 **[Test build #107503 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder

[GitHub] [spark] SparkQA commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
SparkQA commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510358182 **[Test build #107514 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107514/testReport)** for PR 25

[GitHub] [spark] SparkQA commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
SparkQA commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510358189 **[Test build #107509 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107509/t

[GitHub] [spark] SparkQA commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
SparkQA commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358193 **[Test build #107511 has finished](https://amplab.cs.berk

[GitHub] [spark] SparkQA commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
SparkQA commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510358181 **[Test build #107507 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107507/testRepo

[GitHub] [spark] SparkQA commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
SparkQA commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358195 **[Test build #107510 has finished](https://amplab.cs.berk

[GitHub] [spark] AmplabJenkins commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510358217 Merged build finished. Test FAILed. This is an a

[GitHub] [spark] SparkQA commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
SparkQA commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358191 **[Test build #107506 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/10750

[GitHub] [spark] AmplabJenkins commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510358222 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.be

[GitHub] [spark] SparkQA commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
SparkQA commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358187 **[Test build #107508 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/10750

[GitHub] [spark] AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510358215 Merged build finished. Test FAILed. This is an automated message from the A

[GitHub] [spark] SparkQA commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
SparkQA commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510358183 **[Test build #107512 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107512/testRepor

[GitHub] [spark] AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510358219 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/Spa

[GitHub] [spark] AmplabJenkins removed a comment on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510358314 Merged build finished. Test FAILed. -

[GitHub] [spark] AmplabJenkins commented on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner URL: https://github.com/apache/spark/pull/25111#issuecomment-510358276 Merged build finished. Test FAILed. --

[GitHub] [spark] AmplabJenkins commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510358314 Merged build finished. Test FAILed. This

[GitHub] [spark] AmplabJenkins commented on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query URL: https://github.com/apache/spark/pull/25107#issuecomment-510358400 Merged build finished. Test FAILed. This is an a

[GitHub] [spark] AmplabJenkins commented on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join URL: https://github.com/apache/spark/pull/25106#issuecomment-510358421 Test FAILed. Refer to this link for build results (access rights to CI server needed): htt

[GitHub] [spark] AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510358271 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenk

[GitHub] [spark] SparkQA removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510336276 **[Test build #107506 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilde

[GitHub] [spark] SparkQA removed a comment on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join URL: https://github.com/apache/spark/pull/25106#issuecomment-510330443 **[Test build #107503 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequest

[GitHub] [spark] AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358345 Merged build finished. Test FAILed. --

[GitHub] [spark] AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510358344 Merged build finished. Test FAILed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510358322 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://ampl

[GitHub] [spark] AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358377 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://a

[GitHub] [spark] AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358372 Merged build finished. Test FAILed. --

[GitHub] [spark] AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358355 Test FAILed. Refer to this link for build results (access rights to CI server needed): h

[GitHub] [spark] AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510358259 Merged build finished. Test FAILed. This is an automated messag

[GitHub] [spark] AmplabJenkins commented on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users URL: https://github.com/apache/spark/pull/24996#issuecomment-510358533 Merged build finished. Test FAILed. ---

[GitHub] [spark] SparkQA removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510339633 **[Test build #107507 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107507/t

[GitHub] [spark] AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358355 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://a

[GitHub] [spark] AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358289 Test FAILed. Refer to this link for build

[GitHub] [spark] AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358289 Test FAILed. Refer to this link for build results

[GitHub] [spark] beliefer commented on a change in pull request #25074: [SPARK-27924]Support ANSI SQL Boolean-Predicate syntax

2019-07-11 Thread GitBox
beliefer commented on a change in pull request #25074: [SPARK-27924]Support ANSI SQL Boolean-Predicate syntax URL: https://github.com/apache/spark/pull/25074#discussion_r302391439 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/booleanExpression

[GitHub] [spark] AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358372 Merged build finished. Test FAILed. T

[GitHub] [spark] SparkQA removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510349217 **[Test build #107511 has started](https://amplab.

[GitHub] [spark] SparkQA removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510347086 **[Test build #107510 has started](https://amplab.

[GitHub] [spark] AmplabJenkins commented on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner URL: https://github.com/apache/spark/pull/25111#issuecomment-510358279 Test FAILed. Refer to this link for build results (access rights to CI server needed): https

[GitHub] [spark] AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358285 Merged build finished. Test FAILed.

[GitHub] [spark] peter-toth commented on a change in pull request #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
peter-toth commented on a change in pull request #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#discussion_r302391200 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CTESubsti

[GitHub] [spark] SparkQA removed a comment on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510341474 **[Test build #107509 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/1

[GitHub] [spark] AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358311 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510339651 **[Test build #107508 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilde

[GitHub] [spark] AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510358344 Merged build finished. Test FAILed. Thi

[GitHub] [spark] SparkQA removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510351413 **[Test build #107512 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107512/te

[GitHub] [spark] AmplabJenkins commented on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join URL: https://github.com/apache/spark/pull/25106#issuecomment-510358411 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358285 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510358351 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.b

[GitHub] [spark] AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358345 Merged build finished. Test FAILed. T

[GitHub] [spark] AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358317 Test FAILed. Refer to this link for build results

[GitHub] [spark] AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358311 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users URL: https://github.com/apache/spark/pull/24996#issuecomment-510358540 Test FAILed. Refer to this link for build results (access rights to C

[GitHub] [spark] maropu commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
maropu commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510358681 retest this please This is an automated message from the Apache Git Service. To re

[GitHub] [spark] wangyum commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
wangyum commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510360023 Teradata, Vertica, Oracle, SQL Server and DB2 can accept these queries. ---

[GitHub] [spark] AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510360025 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510360096 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510360034 Test PASSed. Refer to this link for build results

[GitHub] [spark] AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510360105 Merged build finished. Test PASSed. This is an automated message from the A

[GitHub] [spark] AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510360100 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510360096 Merged build finished. Test PASSed. Thi

[GitHub] [spark] AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510360025 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510360034 Test PASSed. Refer to this link for build

[GitHub] [spark] AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510360100 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://am

[GitHub] [spark] AmplabJenkins commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510360121 Merged build finished. Test PASSed. This is an a

[GitHub] [spark] AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510360135 Merged build finished. Test PASSed. This is an automated messag

[GitHub] [spark] AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510360112 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/te

[GitHub] [spark] AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510360105 Merged build finished. Test PASSed. This is an automated message f

[GitHub] [spark] AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
AmplabJenkins commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510360140 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jen

[GitHub] [spark] SparkQA commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
SparkQA commented on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510360734 **[Test build #107516 has started](https://amplab.cs.berke

[GitHub] [spark] AmplabJenkins removed a comment on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query URL: https://github.com/apache/spark/pull/25107#issuecomment-510358400 Merged build finished. Test FAILed. This

[GitHub] [spark] HyukjinKwon commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
HyukjinKwon commented on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510359551 retest this please This is an automated message f

[GitHub] [spark] AmplabJenkins removed a comment on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users URL: https://github.com/apache/spark/pull/24996#issuecomment-510358533 Merged build finished. Test FAILed. ---

[GitHub] [spark] AmplabJenkins removed a comment on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner URL: https://github.com/apache/spark/pull/25111#issuecomment-510358279 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] maropu commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
maropu commented on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510358807 retest this please This is an automated message from the Apache Git Se

[GitHub] [spark] AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510358215 Merged build finished. Test FAILed. This is an automated message f

[GitHub] [spark] AmplabJenkins removed a comment on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25106: [SPARK-28345][SQL][Python] PythonUDF predicate should be able to pushdown to join URL: https://github.com/apache/spark/pull/25106#issuecomment-510358421 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510358322 Test FAILed. Refer to this link for build results (access rights to CI server needed): http

[GitHub] [spark] SparkQA removed a comment on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query URL: https://github.com/apache/spark/pull/25107#issuecomment-510336280 **[Test build #107505 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107505/te

[GitHub] [spark] AmplabJenkins removed a comment on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510358259 Merged build finished. Test FAILed. This is an automate

[GitHub] [spark] AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510358219 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins

[GitHub] [spark] AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24637: [SPARK-27707][SQL] Prune unnecessary nested fields from Generate in explode URL: https://github.com/apache/spark/pull/24637#issuecomment-510358377 Test FAILed. Refer to this link for build results (access rights to CI server needed): h

[GitHub] [spark] AmplabJenkins removed a comment on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510358271 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510358217 Merged build finished. Test FAILed. This

[GitHub] [spark] AmplabJenkins removed a comment on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25107: [SPARK-28344][SQL] detect ambiguous self-join and fail the query URL: https://github.com/apache/spark/pull/25107#issuecomment-510358407 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://ampl

[GitHub] [spark] AmplabJenkins removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510358222 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://ampl

[GitHub] [spark] SparkQA removed a comment on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25001: [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax URL: https://github.com/apache/spark/pull/25001#issuecomment-510355679 **[Test build #107514 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107514/testReport)** fo

[GitHub] [spark] SparkQA removed a comment on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner URL: https://github.com/apache/spark/pull/25111#issuecomment-510353507 **[Test build #107513 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBu

[GitHub] [spark] AmplabJenkins removed a comment on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25111: [SPARK-28346][SQL] clone the query plan between analyzer, optimizer and planner URL: https://github.com/apache/spark/pull/25111#issuecomment-510358276 Merged build finished. Test FAILed. --

[GitHub] [spark] SparkQA removed a comment on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users URL: https://github.com/apache/spark/pull/24996#issuecomment-510333278 **[Test build #107504 has started](https://amplab.cs.berkeley.edu/jen

[GitHub] [spark] AmplabJenkins removed a comment on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24996: [SPARK-28199][SS] Move Trigger implementations to Triggers.scala and avoid exposing these to the end users URL: https://github.com/apache/spark/pull/24996#issuecomment-510358540 Test FAILed. Refer to this link for build results (access rig

[GitHub] [spark] AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25110: [SPARK-28270][SQL][FOLLOW-UP] Explicitly cast into integer/long in udf-aggregates_part1.sql to avoid Python float limitation URL: https://github.com/apache/spark/pull/25110#issuecomment-510358317 Test FAILed. Refer to this link for build

[GitHub] [spark] AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25108: [SPARK-28321][SQL] 0-args Java UDF should not be called only once URL: https://github.com/apache/spark/pull/25108#issuecomment-510358351 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amp

[GitHub] [spark] SparkQA removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
SparkQA removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510355699 **[Test build #107515 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/107515/testReport)** for PR 24860

[GitHub] [spark] AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #24860: [SPARK-28034][SQL][TEST] Port with.sql URL: https://github.com/apache/spark/pull/24860#issuecomment-510360112 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkin

[GitHub] [spark] AmplabJenkins removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses

2019-07-11 Thread GitBox
AmplabJenkins removed a comment on issue #25029: [SPARK-28228][SQL] Fix substitution order of nested WITH clauses URL: https://github.com/apache/spark/pull/25029#issuecomment-510360121 Merged build finished. Test PASSed. This

  1   2   3   4   5   6   7   8   9   10   >