[GitHub] [spark] wangyum commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
wangyum commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#discussion_r357000600 ## File path: dev/create-release/spark-rm/Dockerfile ## @@ -62,14 +62,18 @@ RUN apt-get clea

[GitHub] [spark] SparkQA commented on issue #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors

2019-12-11 Thread GitBox
SparkQA commented on issue #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors URL: https://github.com/apache/spark/pull/26858#issuecomment-564892760 **[Test build #115214 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullReques

[GitHub] [spark] maropu commented on issue #26861: [SPARK-30231][SQL][PYTHON] Support explain mode in PySpark df.explain

2019-12-11 Thread GitBox
maropu commented on issue #26861: [SPARK-30231][SQL][PYTHON] Support explain mode in PySpark df.explain URL: https://github.com/apache/spark/pull/26861#issuecomment-564889766 I think the explain modes look useful for debugging, but I'm not sure that this fix to add an optional param in ex

[GitHub] [spark] maropu opened a new pull request #26861: [SPARK-30231][SQL][PYTHON] Support explain mode in PySpark df.explain

2019-12-11 Thread GitBox
maropu opened a new pull request #26861: [SPARK-30231][SQL][PYTHON] Support explain mode in PySpark df.explain URL: https://github.com/apache/spark/pull/26861 ### What changes were proposed in this pull request? This pr intends to support explain modes implemented in #26829 f

[GitHub] [spark] cloud-fan commented on issue #26828: [SPARK-30198][Core] BytesToBytesMap does not grow internal long array as expected

2019-12-11 Thread GitBox
cloud-fan commented on issue #26828: [SPARK-30198][Core] BytesToBytesMap does not grow internal long array as expected URL: https://github.com/apache/spark/pull/26828#issuecomment-564888682 Can we at least provide a manual regression test in the PR description? so that people can try and

[GitHub] [spark] AmplabJenkins removed a comment on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#issuecomment-564881726 Test FAILed. Refer to this link for build results (access rights to CI server needed): ht

[GitHub] [spark] AmplabJenkins removed a comment on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#issuecomment-564881708 Merged build finished. Test FAILed. ---

[GitHub] [spark] AmplabJenkins commented on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#issuecomment-564881708 Merged build finished. Test FAILed. Th

[GitHub] [spark] AmplabJenkins commented on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#issuecomment-564881726 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://am

[GitHub] [spark] AmplabJenkins commented on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions URL: https://github.com/apache/spark/pull/26808#issuecomment-564880957 Merged build finished. Test PASSed. This is a

[GitHub] [spark] fuwhu commented on issue #26850: [SPARK-30215][SQL] Remove PrunedInMemoryFileIndex and merge its functionality into InMemoryFileIndex

2019-12-11 Thread GitBox
fuwhu commented on issue #26850: [SPARK-30215][SQL] Remove PrunedInMemoryFileIndex and merge its functionality into InMemoryFileIndex URL: https://github.com/apache/spark/pull/26850#issuecomment-564880985 retest this please T

[GitHub] [spark] AmplabJenkins commented on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions URL: https://github.com/apache/spark/pull/26808#issuecomment-564880974 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 #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions URL: https://github.com/apache/spark/pull/26808#issuecomment-564880957 Merged build finished. Test PASSed. T

[GitHub] [spark] AmplabJenkins removed a comment on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions URL: https://github.com/apache/spark/pull/26808#issuecomment-564880974 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://a

[GitHub] [spark] SparkQA removed a comment on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#issuecomment-564829724 **[Test build #115208 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder

[GitHub] [spark] SparkQA commented on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
SparkQA commented on issue #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#issuecomment-564880276 **[Test build #115208 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115208

[GitHub] [spark] SparkQA commented on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions

2019-12-11 Thread GitBox
SparkQA commented on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions URL: https://github.com/apache/spark/pull/26808#issuecomment-564879606 **[Test build #115207 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115207/testRe

[GitHub] [spark] SparkQA removed a comment on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26808: [SPARK-30184][SQL] Implement a helper method for aliasing functions URL: https://github.com/apache/spark/pull/26808#issuecomment-564829559 **[Test build #115207 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115207

[GitHub] [spark] beliefer commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
beliefer commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#discussion_r356986082 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/

[GitHub] [spark] edrevo commented on issue #26678: [SPARK-30226][SQL] Remove withXXX functions in WriteBuilder

2019-12-11 Thread GitBox
edrevo commented on issue #26678: [SPARK-30226][SQL] Remove withXXX functions in WriteBuilder URL: https://github.com/apache/spark/pull/26678#issuecomment-564879129 @cloud-fan , I have addressed your PR feedback. This is an a

[GitHub] [spark] AmplabJenkins commented on issue #26859: [SPARK-29455][WEBUI] Improve tooltip information for Stages

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26859: [SPARK-29455][WEBUI] Improve tooltip information for Stages URL: https://github.com/apache/spark/pull/26859#issuecomment-564878364 Can one of the admins verify this patch? This is an a

[GitHub] [spark] AmplabJenkins commented on issue #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%'

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%' URL: https://github.com/apache/spark/pull/26860#issuecomment-564878353 Can one of the admins verify this patch? This is an

[GitHub] [spark] dongjoon-hyun commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation

2019-12-11 Thread GitBox
dongjoon-hyun commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation URL: https://github.com/apache/spark/pull/26857#issuecomment-564878048 Thank you for pinging me. I'll take a look now. --

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#discussion_r356984048 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optim

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#discussion_r356984048 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optim

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#discussion_r356983421 ## File path: sql/core/src/test/resources/sql-tests/inputs/group-by-filter.sql

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression

2019-12-11 Thread GitBox
dongjoon-hyun commented on a change in pull request #26656: [SPARK-27986][SQL] Support ANSI SQL filter clause for aggregate expression URL: https://github.com/apache/spark/pull/26656#discussion_r356983170 ## File path: sql/core/src/test/resources/sql-tests/inputs/postgreSQL/aggrega

[GitHub] [spark] ulysses-you commented on issue #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%'

2019-12-11 Thread GitBox
ulysses-you commented on issue #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%' URL: https://github.com/apache/spark/pull/26860#issuecomment-564876203 cc @beliefer @cloud-fan @maropu @gengliangwang This

[GitHub] [spark] dongjoon-hyun commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface

2019-12-11 Thread GitBox
dongjoon-hyun commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface URL: https://github.com/apache/spark/pull/26855#issuecomment-564876235 Yes. @HeartSaVioR . Jenkins has been very slow today. This

[GitHub] [spark] ulysses-you opened a new pull request #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%'

2019-12-11 Thread GitBox
ulysses-you opened a new pull request #26860: [SPARK-30230][SQL] Like ESCAPE syntax can not use '_' and '%' URL: https://github.com/apache/spark/pull/26860 ### What changes were proposed in this pull request? Since [25001](https://github.com/apache/spark/pull/25001), spark su

[GitHub] [spark] sharangk opened a new pull request #26859: [SPARK-29455][WEBUI] Improve tooltip information for Stages

2019-12-11 Thread GitBox
sharangk opened a new pull request #26859: [SPARK-29455][WEBUI] Improve tooltip information for Stages URL: https://github.com/apache/spark/pull/26859 ### What changes were proposed in this pull request? Adding tooltip to SQL tab for better usability. ### Why are the changes neede

[GitHub] [spark] prakharjain09 commented on a change in pull request #26569: [SPARK-29938] [SQL] Add batching support in Alter table add partition flow

2019-12-11 Thread GitBox
prakharjain09 commented on a change in pull request #26569: [SPARK-29938] [SQL] Add batching support in Alter table add partition flow URL: https://github.com/apache/spark/pull/26569#discussion_r356981977 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/

[GitHub] [spark] cloud-fan closed pull request #26853: [SPARK-30104][SQL][FOLLOWUP] V2 catalog named 'global_temp' should always be masked

2019-12-11 Thread GitBox
cloud-fan closed pull request #26853: [SPARK-30104][SQL][FOLLOWUP] V2 catalog named 'global_temp' should always be masked URL: https://github.com/apache/spark/pull/26853 This is an automated message from the Apache Git Servi

[GitHub] [spark] AmplabJenkins removed a comment on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec URL: https://github.com/apache/spark/pull/26846#issuecomment-564873536 Test PASSed. Refer to this link for build results (access rights to CI server needed): https:/

[GitHub] [spark] AmplabJenkins removed a comment on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec URL: https://github.com/apache/spark/pull/26846#issuecomment-564873527 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec URL: https://github.com/apache/spark/pull/26846#issuecomment-564873536 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.

[GitHub] [spark] AmplabJenkins commented on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec URL: https://github.com/apache/spark/pull/26846#issuecomment-564873527 Merged build finished. Test PASSed. This is

[GitHub] [spark] SparkQA removed a comment on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec URL: https://github.com/apache/spark/pull/26846#issuecomment-564824982 **[Test build #115205 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/1152

[GitHub] [spark] SparkQA commented on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec

2019-12-11 Thread GitBox
SparkQA commented on issue #26846: [SPARK-30213][SQL] Remove the mutable status in ShuffleQueryStageExec URL: https://github.com/apache/spark/pull/26846#issuecomment-564871665 **[Test build #115205 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115205/test

[GitHub] [spark] AmplabJenkins removed a comment on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution URL: https://github.com/apache/spark/pull/26854#issuecomment-564868394 Merged build finished. Test PASSed. T

[GitHub] [spark] AmplabJenkins removed a comment on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution URL: https://github.com/apache/spark/pull/26854#issuecomment-564868400 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://

[GitHub] [spark] AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564868351 Test PASSed. Refer to this link for build results (access rights to CI server ne

[GitHub] [spark] AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564868346 Merged build finished. Test PASSed. --

[GitHub] [spark] AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564868346 Merged build finished. Test PASSed. --

[GitHub] [spark] AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564868351 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution URL: https://github.com/apache/spark/pull/26854#issuecomment-564868394 Merged build finished. Test PASSed. This is a

[GitHub] [spark] AmplabJenkins commented on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution URL: https://github.com/apache/spark/pull/26854#issuecomment-564868400 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.c

[GitHub] [spark] huaxingao commented on issue #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors

2019-12-11 Thread GitBox
huaxingao commented on issue #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors URL: https://github.com/apache/spark/pull/26858#issuecomment-564865584 cc @zhengruifeng @srowen

[GitHub] [spark] huaxingao commented on a change in pull request #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors

2019-12-11 Thread GitBox
huaxingao commented on a change in pull request #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors URL: https://github.com/apache/spark/pull/26858#discussion_r356972577 ## File path: mllib/src/main/scala/org/apache/spark/ml/feature/LSH

[GitHub] [spark] huaxingao opened a new pull request #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors

2019-12-11 Thread GitBox
huaxingao opened a new pull request #26858: [SPARK-30120][ML] Use BoundedPriorityQueue for small dataset in LSH approxNearestNeighbors URL: https://github.com/apache/spark/pull/26858 ### What changes were proposed in this pull request? Use BoundedPriorityQueue for small datasets in ```L

[GitHub] [spark] AmplabJenkins commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface URL: https://github.com/apache/spark/pull/26855#issuecomment-564864712 Merged build finished. Test PASSed. This is an automated m

[GitHub] [spark] AmplabJenkins removed a comment on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface URL: https://github.com/apache/spark/pull/26855#issuecomment-564864720 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.ber

[GitHub] [spark] AmplabJenkins commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface URL: https://github.com/apache/spark/pull/26855#issuecomment-564864720 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.ed

[GitHub] [spark] AmplabJenkins removed a comment on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface URL: https://github.com/apache/spark/pull/26855#issuecomment-564864712 Merged build finished. Test PASSed. This is an aut

[GitHub] [spark] huaxingao commented on issue #26838: [SPARK-30144][ML][PySpark] Make MultilayerPerceptronClassificationModel extend MultilayerPerceptronParams

2019-12-11 Thread GitBox
huaxingao commented on issue #26838: [SPARK-30144][ML][PySpark] Make MultilayerPerceptronClassificationModel extend MultilayerPerceptronParams URL: https://github.com/apache/spark/pull/26838#issuecomment-564863249 cc @zhengruifeng --

[GitHub] [spark] huaxingao commented on issue #26838: [SPARK-30144][ML][PySpark] Make MultilayerPerceptronClassificationModel extend MultilayerPerceptronParams

2019-12-11 Thread GitBox
huaxingao commented on issue #26838: [SPARK-30144][ML][PySpark] Make MultilayerPerceptronClassificationModel extend MultilayerPerceptronParams URL: https://github.com/apache/spark/pull/26838#issuecomment-564863152 @dongjoon-hyun @srowen @viirya Thanks for the review. Since ```Multil

[GitHub] [spark] AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564862412 Test FAILed. Refer to this link for build results (access rights to CI server ne

[GitHub] [spark] AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564862119 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.be

[GitHub] [spark] AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564862412 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564862403 Merged build finished. Test FAILed. --

[GitHub] [spark] AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564862403 Merged build finished. Test FAILed. --

[GitHub] [spark] AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564862111 Merged build finished. Test FAILed. This is an a

[GitHub] [spark] AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564862111 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564862119 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.e

[GitHub] [spark] SparkQA removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564842536 **[Test build #115210 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullR

[GitHub] [spark] SparkQA commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
SparkQA commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564861648 **[Test build #115210 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestB

[GitHub] [spark] SparkQA commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function.

2019-12-11 Thread GitBox
SparkQA commented on issue #26773: [SPARK-30126][CORE]support space in file path and name for addFile and addJar function. URL: https://github.com/apache/spark/pull/26773#issuecomment-564861157 **[Test build #115213 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBu

[GitHub] [spark] SparkQA commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface

2019-12-11 Thread GitBox
SparkQA commented on issue #26855: [SPARK-30227][SQL] Add close() on DataWriter interface URL: https://github.com/apache/spark/pull/26855#issuecomment-564861158 **[Test build #115212 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115212/testReport)** for P

[GitHub] [spark] HyukjinKwon commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
HyukjinKwon commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#discussion_r356968880 ## File path: dev/create-release/spark-rm/Dockerfile ## @@ -62,14 +62,18 @@ RUN apt-get

[GitHub] [spark] HyukjinKwon commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
HyukjinKwon commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#discussion_r356968880 ## File path: dev/create-release/spark-rm/Dockerfile ## @@ -62,14 +62,18 @@ RUN apt-get

[GitHub] [spark] SparkQA removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564835385 **[Test build #115209 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115209/testReport

[GitHub] [spark] SparkQA commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
SparkQA commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564860841 **[Test build #115209 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115209/testReport)** fo

[GitHub] [spark] AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564860528 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.be

[GitHub] [spark] AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564860522 Merged build finished. Test PASSed. This is an a

[GitHub] [spark] AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564860528 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.e

[GitHub] [spark] AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564860522 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] ulysses-you commented on issue #26831: [SPARK-30201][SQL] HiveOutputWriter standardOI should use ObjectInspectorCopyOption.DEFAULT

2019-12-11 Thread GitBox
ulysses-you commented on issue #26831: [SPARK-30201][SQL] HiveOutputWriter standardOI should use ObjectInspectorCopyOption.DEFAULT URL: https://github.com/apache/spark/pull/26831#issuecomment-564860219 Yes. It is that case. Change to `DEFAULT` is also more suitable with `HiveInspectors`

[GitHub] [spark] AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564858964 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.be

[GitHub] [spark] AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564858964 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.e

[GitHub] [spark] AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564858757 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564858757 Merged build finished. Test PASSed. This is an a

[GitHub] [spark] SparkQA removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564823944 **[Test build #115204 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115204/testReport

[GitHub] [spark] dongjoon-hyun commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
dongjoon-hyun commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856#issuecomment-564858309 Thank you, @HyukjinKwon and @maropu This is an automated message

[GitHub] [spark] SparkQA commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
SparkQA commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564858180 **[Test build #115204 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115204/testReport)** fo

[GitHub] [spark] SparkQA commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
SparkQA commented on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564856963 **[Test build #115206 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115206/testReport)** fo

[GitHub] [spark] SparkQA removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
SparkQA removed a comment on issue #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#issuecomment-564829513 **[Test build #115206 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115206/testReport

[GitHub] [spark] wangyum commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image

2019-12-11 Thread GitBox
wangyum commented on a change in pull request #26848: [SPARK-30216][INFRA] Use python3 in Docker release image URL: https://github.com/apache/spark/pull/26848#discussion_r356963835 ## File path: dev/create-release/spark-rm/Dockerfile ## @@ -62,14 +62,18 @@ RUN apt-get clea

[GitHub] [spark] XuQianJin-Stars commented on a change in pull request #26852: [SPARK-30221] Enhanced implementation of PrometheusPushGateWaySink

2019-12-11 Thread GitBox
XuQianJin-Stars commented on a change in pull request #26852: [SPARK-30221] Enhanced implementation of PrometheusPushGateWaySink URL: https://github.com/apache/spark/pull/26852#discussion_r356963214 ## File path: core/src/main/scala/org/apache/spark/metrics/sink/PrometheusPushGateW

[GitHub] [spark] cloud-fan commented on issue #26853: [SPARK-30104][SQL][FOLLOWUP] V2 catalog named 'global_temp' should always be masked

2019-12-11 Thread GitBox
cloud-fan commented on issue #26853: [SPARK-30104][SQL][FOLLOWUP] V2 catalog named 'global_temp' should always be masked URL: https://github.com/apache/spark/pull/26853#issuecomment-564854026 thanks, merging to master! This i

[GitHub] [spark] HyukjinKwon closed pull request #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
HyukjinKwon closed pull request #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [spark] HyukjinKwon commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
HyukjinKwon commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856#issuecomment-564853262 Merged to master. This is an automated message from the Apache Git

[GitHub] [spark] AmplabJenkins removed a comment on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation URL: https://github.com/apache/spark/pull/26857#issuecomment-564852179 Merged build finished. Test PASSed. --

[GitHub] [spark] AmplabJenkins removed a comment on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation URL: https://github.com/apache/spark/pull/26857#issuecomment-564852184 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation URL: https://github.com/apache/spark/pull/26857#issuecomment-564852184 Test PASSed. Refer to this link for build results (access rights to CI server needed): http

[GitHub] [spark] AmplabJenkins commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation URL: https://github.com/apache/spark/pull/26857#issuecomment-564852179 Merged build finished. Test PASSed. --

[GitHub] [spark] AmplabJenkins removed a comment on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856#issuecomment-564851013 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins removed a comment on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
AmplabJenkins removed a comment on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856#issuecomment-564851019 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.ed

[GitHub] [spark] AmplabJenkins commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856#issuecomment-564851019 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkin

[GitHub] [spark] AmplabJenkins commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3

2019-12-11 Thread GitBox
AmplabJenkins commented on issue #26856: [SPARK-30228][BUILD] Update zstd-jni to 1.4.4-3 URL: https://github.com/apache/spark/pull/26856#issuecomment-564851013 Merged build finished. Test PASSed. This is an automated message

[GitHub] [spark] SparkQA commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation

2019-12-11 Thread GitBox
SparkQA commented on issue #26857: [SPARK-30162][SQL] Add PushedFilters to metadata in Parquet DSv2 implementation URL: https://github.com/apache/spark/pull/26857#issuecomment-564850717 **[Test build #115211 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/11

  1   2   3   4   5   6   7   8   9   10   >