[GitHub] [spark] AmplabJenkins removed a comment on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520108836 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520108835 Merged build finished. Test PASSed. This is

[GitHub] [spark] AmplabJenkins commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520108836 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520108835 Merged build finished. Test PASSed. This is an

[GitHub] [spark] SparkQA commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
SparkQA commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520108428 **[Test build #108901 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108901/testReport)**

[GitHub] [spark] nvander1 commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
nvander1 commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520108437 Sorry @SInCE, false alarm. Forgot github would render that as a mention, haha.

[GitHub] [spark] nvander1 commented on a change in pull request #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

2019-08-09 Thread GitBox
nvander1 commented on a change in pull request #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#discussion_r312685850 ## File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala ## @@

[GitHub] [spark] maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3]

2019-08-09 Thread GitBox
maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3] URL: https://github.com/apache/spark/pull/24829#discussion_r312684680 ## File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/aggregates_part3.sql ## @@

[GitHub] [spark] maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3]

2019-08-09 Thread GitBox
maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3] URL: https://github.com/apache/spark/pull/24829#discussion_r312684518 ## File path: sql/core/src/test/resources/sql-tests/results/pgSQL/aggregates_part3.sql.out ##

[GitHub] [spark] maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3]

2019-08-09 Thread GitBox
maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3] URL: https://github.com/apache/spark/pull/24829#discussion_r312684418 ## File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/aggregates_part3.sql ## @@

[GitHub] [spark] maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3]

2019-08-09 Thread GitBox
maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3] URL: https://github.com/apache/spark/pull/24829#discussion_r312684215 ## File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/aggregates_part3.sql ## @@

[GitHub] [spark] maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3]

2019-08-09 Thread GitBox
maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3] URL: https://github.com/apache/spark/pull/24829#discussion_r312683951 ## File path: sql/core/src/test/resources/sql-tests/results/pgSQL/aggregates_part3.sql.out ##

[GitHub] [spark] maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3]

2019-08-09 Thread GitBox
maropu commented on a change in pull request #24829: [SPARK-27988][SQL][TEST] Port AGGREGATES.sql [Part 3] URL: https://github.com/apache/spark/pull/24829#discussion_r312683576 ## File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/aggregates_part3.sql ## @@

[GitHub] [spark] maropu commented on issue #25399: [SPARK-28670][SQL] create function should thrown Exception if the resource is not found

2019-08-09 Thread GitBox
maropu commented on issue #25399: [SPARK-28670][SQL] create function should thrown Exception if the resource is not found URL: https://github.com/apache/spark/pull/25399#issuecomment-520103181 What's the current behaviour? `FieNotFoundException`?

[GitHub] [spark] SparkQA commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
SparkQA commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-520100364 **[Test build #108900 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-520100138 Test PASSed. Refer to this link for build results

[GitHub] [spark] AmplabJenkins removed a comment on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-520100134 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-520100134 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-520100138 Test PASSed. Refer to this link for build results (access

[GitHub] [spark] maropu commented on issue #25398: [SPARK-28659] Use data source if convertible in insert overwrite dire…

2019-08-09 Thread GitBox
maropu commented on issue #25398: [SPARK-28659] Use data source if convertible in insert overwrite dire… URL: https://github.com/apache/spark/pull/25398#issuecomment-520099779 Can you add tests? This is an automated message

[GitHub] [spark] AmplabJenkins removed a comment on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-519802104 Can one of the admins verify this patch?

[GitHub] [spark] maropu commented on a change in pull request #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
maropu commented on a change in pull request #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#discussion_r312679804 ## File path:

[GitHub] [spark] maropu commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped, NoSuchPermanentFunctionException is thrown

2019-08-09 Thread GitBox
maropu commented on issue #25394: [SPARK-28671][SQL]when a non exsistent permanent function is dropped,NoSuchPermanentFunctionException is thrown URL: https://github.com/apache/spark/pull/25394#issuecomment-520099547 ok to test

[GitHub] [spark] hacker131 removed a comment on issue #25289: [SPARK-27889][INFRA] Make development scripts under dev/ support Python 3

2019-08-09 Thread GitBox
hacker131 removed a comment on issue #25289: [SPARK-27889][INFRA] Make development scripts under dev/ support Python 3 URL: https://github.com/apache/spark/pull/25289#issuecomment-520097889 LGTM This is an automated message

[GitHub] [spark] hacker131 commented on issue #25289: [SPARK-27889][INFRA] Make development scripts under dev/ support Python 3

2019-08-09 Thread GitBox
hacker131 commented on issue #25289: [SPARK-27889][INFRA] Make development scripts under dev/ support Python 3 URL: https://github.com/apache/spark/pull/25289#issuecomment-520097889 LGTM This is an automated message from the

[GitHub] [spark] maropu commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
maropu commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520097741 just FYI: I remember there was the similar work for this improvement a few years ago:

[GitHub] [spark] vanzin commented on a change in pull request #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
vanzin commented on a change in pull request #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#discussion_r312673830 ## File path:

[GitHub] [spark] vanzin commented on a change in pull request #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
vanzin commented on a change in pull request #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#discussion_r312674806 ## File path:

[GitHub] [spark] vanzin commented on a change in pull request #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
vanzin commented on a change in pull request #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#discussion_r312674680 ## File path:

[GitHub] [spark] AmplabJenkins commented on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js URL: https://github.com/apache/spark/pull/25374#issuecomment-520091076 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js URL: https://github.com/apache/spark/pull/25374#issuecomment-520091079 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js URL: https://github.com/apache/spark/pull/25374#issuecomment-520091079 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js URL: https://github.com/apache/spark/pull/25374#issuecomment-520091076 Merged build finished. Test PASSed. This is an

[GitHub] [spark] SparkQA removed a comment on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js URL: https://github.com/apache/spark/pull/25374#issuecomment-520058102 **[Test build #108895 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108895/testReport)**

[GitHub] [spark] SparkQA commented on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js

2019-08-09 Thread GitBox
SparkQA commented on issue #25374: [SPARK-28647][WEBUI] Remove additional-metrics.js URL: https://github.com/apache/spark/pull/25374#issuecomment-520090785 **[Test build #108895 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108895/testReport)** for PR

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520090116 Test FAILed. Refer to this link for build results (access

[GitHub] [spark] AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520090113 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520090116 Test FAILed. Refer to this link for build results (access rights

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520090113 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520089885 **[Test build #108899 has

[GitHub] [spark] SparkQA commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
SparkQA commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520090108 **[Test build #108899 has

[GitHub] [spark] SparkQA commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
SparkQA commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520089885 **[Test build #108899 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520089563 Test PASSed. Refer to this link for build results (access

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520089559 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520089559 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#issuecomment-520089563 Test PASSed. Refer to this link for build results (access rights

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
dongjoon-hyun commented on a change in pull request #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#discussion_r312670988 ## File path:

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling

2019-08-09 Thread GitBox
dongjoon-hyun commented on a change in pull request #25403: [SPARK-28679][YARN] changes to setResourceInformation to handle empty resources and reflection error handling URL: https://github.com/apache/spark/pull/25403#discussion_r312670988 ## File path:

[GitHub] [spark] dongjoon-hyun closed pull request #25396: [SPARK-28676][CORE] Avoid Excessive logging from ContextCleaner

2019-08-09 Thread GitBox
dongjoon-hyun closed pull request #25396: [SPARK-28676][CORE] Avoid Excessive logging from ContextCleaner URL: https://github.com/apache/spark/pull/25396 This is an automated message from the Apache Git Service. To respond

[GitHub] [spark] dongjoon-hyun commented on issue #25403: [SPARK-28679] changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
dongjoon-hyun commented on issue #25403: [SPARK-28679] changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520088476 ok to test This is an automated message

[GitHub] [spark] dongjoon-hyun commented on issue #25396: [SPARK-28676][CORE] Avoid Excessive logging from ContextCleaner

2019-08-09 Thread GitBox
dongjoon-hyun commented on issue #25396: [SPARK-28676][CORE] Avoid Excessive logging from ContextCleaner URL: https://github.com/apache/spark/pull/25396#issuecomment-520088194 Thank you, @ajithme and @srowen . This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520085157 Can one of the admins verify this patch?

[GitHub] [spark] tgravescs commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
tgravescs commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520086456 Test this please This is an automated message

[GitHub] [spark] tgravescs commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
tgravescs commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520086418 Add to whitelist This is an automated message

[GitHub] [spark] AmplabJenkins removed a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520086009 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520085999 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command URL: https://github.com/apache/spark/pull/24759#issuecomment-520085998 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command URL: https://github.com/apache/spark/pull/24759#issuecomment-520085998 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520064515 **[Test build #108896 has

[GitHub] [spark] AmplabJenkins commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520086009 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command URL: https://github.com/apache/spark/pull/24759#issuecomment-520085995 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command URL: https://github.com/apache/spark/pull/24759#issuecomment-520085995 Merged build finished. Test PASSed. This is an automated message

[GitHub] [spark] AmplabJenkins commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520085999 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <>

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <> URL: https://github.com/apache/spark/pull/25338#issuecomment-520085789 Merged build finished. Test PASSed. This is

[GitHub] [spark] SparkQA commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

2019-08-09 Thread GitBox
SparkQA commented on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host URL: https://github.com/apache/spark/pull/25299#issuecomment-520085830 **[Test build #108896 has

[GitHub] [spark] AmplabJenkins commented on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <>

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <> URL: https://github.com/apache/spark/pull/25338#issuecomment-520085793 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <>

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <> URL: https://github.com/apache/spark/pull/25338#issuecomment-520085789 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA removed a comment on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command URL: https://github.com/apache/spark/pull/24759#issuecomment-520030901 **[Test build #10 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/10/testReport)** for

[GitHub] [spark] AmplabJenkins removed a comment on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <>

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <> URL: https://github.com/apache/spark/pull/25338#issuecomment-520085793 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <>

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <> URL: https://github.com/apache/spark/pull/25338#issuecomment-520051063 **[Test build #108890 has

[GitHub] [spark] SparkQA commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command

2019-08-09 Thread GitBox
SparkQA commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN command URL: https://github.com/apache/spark/pull/24759#issuecomment-520085626 **[Test build #10 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/10/testReport)** for PR

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520085069 Can one of the admins verify this patch?

[GitHub] [spark] SparkQA commented on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <>

2019-08-09 Thread GitBox
SparkQA commented on issue #25338: [MINOR] Fix typos in comments and replace an explicit type with <> URL: https://github.com/apache/spark/pull/25338#issuecomment-520085412 **[Test build #108890 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520084086 Can one of the admins verify this patch?

[GitHub] [spark] AmplabJenkins commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520085157 Can one of the admins verify this patch?

[GitHub] [spark] AmplabJenkins commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520085069 Can one of the admins verify this patch?

[GitHub] [spark] AmplabJenkins commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520084086 Can one of the admins verify this patch?

[GitHub] [spark] abellina commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
abellina commented on issue #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403#issuecomment-520084055 @tgravescs FYI This is an automated message

[GitHub] [spark] abellina opened a new pull request #25403: SPARK-28679: changes to setResourceInformation to handle empty resour…

2019-08-09 Thread GitBox
abellina opened a new pull request #25403: SPARK-28679: changes to setResourceInformation to handle empty resour… URL: https://github.com/apache/spark/pull/25403 …ces and reflection error handling ## What changes were proposed in this pull request? This fixes issues that can

[GitHub] [spark] brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs

2019-08-09 Thread GitBox
brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs URL: https://github.com/apache/spark/pull/25368#discussion_r312664500 ## File path:

[GitHub] [spark] brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs

2019-08-09 Thread GitBox
brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs URL: https://github.com/apache/spark/pull/25368#discussion_r312664363 ## File path:

[GitHub] [spark] brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs

2019-08-09 Thread GitBox
brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs URL: https://github.com/apache/spark/pull/25368#discussion_r312664019 ## File path:

[GitHub] [spark] brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs

2019-08-09 Thread GitBox
brkyvz commented on a change in pull request #25368: [SPARK-28635][SQL] create CatalogManager to track registered v2 catalogs URL: https://github.com/apache/spark/pull/25368#discussion_r312663757 ## File path:

[GitHub] [spark] AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520078857 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520073094 **[Test build #108898 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108898/testReport)** for

[GitHub] [spark] AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520078855 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] SparkQA commented on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
SparkQA commented on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520078836 **[Test build #108898 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108898/testReport)** for PR

[GitHub] [spark] AmplabJenkins commented on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520078855 Merged build finished. Test FAILed. This is an automated message

[GitHub] [spark] AmplabJenkins commented on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520078857 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520077834 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
SparkQA removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520073080 **[Test build #108897 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520077826 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520077826 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520077834 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
SparkQA commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520077782 **[Test build #108897 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520074666 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520074561 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520074570 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables

2019-08-09 Thread GitBox
AmplabJenkins removed a comment on issue #25401: [WIP] V1 read fallback for DataSource V2 tables URL: https://github.com/apache/spark/pull/25401#issuecomment-520074661 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog

2019-08-09 Thread GitBox
AmplabJenkins commented on issue #25402: [WIP][SPARK-28666] Support saveAsTable for V2 tables through Session Catalog URL: https://github.com/apache/spark/pull/25402#issuecomment-520074570 Test PASSed. Refer to this link for build results (access rights to CI server needed):

<    1   2   3   4   5   6   7   8   >