[GitHub] [spark] SparkQA commented on pull request #27246: [SPARK-30536][CORE][SQL] Sort-merge join operator spilling performance improvements

2020-07-31 Thread GitBox
SparkQA commented on pull request #27246: URL: https://github.com/apache/spark/pull/27246#issuecomment-667031517 **[Test build #126860 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126860/testReport)** for PR 27246 at commit [`2e91826`](https://github.co

[GitHub] [spark] yaooqinn commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463508347 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ privat

[GitHub] [spark] cloud-fan commented on pull request #29315: [SPARK-31894][SS][FOLLOW-UP] Rephrase the config doc

2020-07-31 Thread GitBox
cloud-fan commented on pull request #29315: URL: https://github.com/apache/spark/pull/29315#issuecomment-667030342 do we have the same problem in the error message? This is an automated message from the Apache Git Service. To

[GitHub] [spark] cloud-fan commented on pull request #29315: [SPARK-31894][SS][FOLLOW-UP] Rephrase the config doc

2020-07-31 Thread GitBox
cloud-fan commented on pull request #29315: URL: https://github.com/apache/spark/pull/29315#issuecomment-667030482 cc @HeartSaVioR This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [spark] cloud-fan commented on a change in pull request #29315: [SPARK-31894][SS][FOLLOW-UP] Rephrase the config doc

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29315: URL: https://github.com/apache/spark/pull/29315#discussion_r463507332 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ## @@ -1236,7 +1236,7 @@ object SQLConf { val STATE_STORE_FORM

[GitHub] [spark] xuanyuanking commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
xuanyuanking commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463506970 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1107,54 @@ class StreamingQuerySuite e

[GitHub] [spark] yaooqinn commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463507410 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ privat

[GitHub] [spark] xuanyuanking commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
xuanyuanking commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463506970 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1107,54 @@ class StreamingQuerySuite e

[GitHub] [spark] AmplabJenkins commented on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-667029106 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] AmplabJenkins commented on pull request #29315: [SPARK-31894][SS][FOLLOW-UP] Rephrase the config doc

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29315: URL: https://github.com/apache/spark/pull/29315#issuecomment-667029157 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] yaooqinn commented on a change in pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #28527: URL: https://github.com/apache/spark/pull/28527#discussion_r463504732 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala ## @@ -209,12 +209,20 @@ class SessionCatalog(

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27507: [SPARK-24884][SQL] Support regexp function regexp_extract_all

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #27507: URL: https://github.com/apache/spark/pull/27507#issuecomment-667026975 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/126

[GitHub] [spark] cloud-fan commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463504201 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1107,54 @@ class StreamingQuerySuite exte

[GitHub] [spark] AmplabJenkins commented on pull request #27507: [SPARK-24884][SQL] Support regexp function regexp_extract_all

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #27507: URL: https://github.com/apache/spark/pull/27507#issuecomment-667026966 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] SparkQA commented on pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
SparkQA commented on pull request #29256: URL: https://github.com/apache/spark/pull/29256#issuecomment-667027128 **[Test build #126874 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126874/testReport)** for PR 29256 at commit [`ca16b67`](https://github.com

[GitHub] [spark] SparkQA removed a comment on pull request #27507: [SPARK-24884][SQL] Support regexp function regexp_extract_all

2020-07-31 Thread GitBox
SparkQA removed a comment on pull request #27507: URL: https://github.com/apache/spark/pull/27507#issuecomment-666968137 **[Test build #126858 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126858/testReport)** for PR 27507 at commit [`3a98bbe`](https://gi

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27507: [SPARK-24884][SQL] Support regexp function regexp_extract_all

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #27507: URL: https://github.com/apache/spark/pull/27507#issuecomment-667026966 Merged build finished. Test FAILed. This is an automated message from the Apache Git Service. To r

[GitHub] [spark] SparkQA commented on pull request #27507: [SPARK-24884][SQL] Support regexp function regexp_extract_all

2020-07-31 Thread GitBox
SparkQA commented on pull request #27507: URL: https://github.com/apache/spark/pull/27507#issuecomment-667026737 **[Test build #126858 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126858/testReport)** for PR 27507 at commit [`3a98bbe`](https://github.co

[GitHub] [spark] cloud-fan commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463503195 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ priva

[GitHub] [spark] xuanyuanking commented on pull request #29315: [SPARK-31894][SS][FOLLOW-UP] Rephrase the config doc

2020-07-31 Thread GitBox
xuanyuanking commented on pull request #29315: URL: https://github.com/apache/spark/pull/29315#issuecomment-667026221 cc @cloud-fan This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [spark] cloud-fan commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463502884 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ priva

[GitHub] [spark] xuanyuanking opened a new pull request #29315: [SPARK-31894][SS][FOLLOW-UP]

2020-07-31 Thread GitBox
xuanyuanking opened a new pull request #29315: URL: https://github.com/apache/spark/pull/29315 ### What changes were proposed in this pull request? Address comment in https://github.com/apache/spark/pull/28707#discussion_r461102749 ### Why are the changes needed? Hide the imple

[GitHub] [spark] cloud-fan commented on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
cloud-fan commented on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-667025933 can you rebase/merge with master, to trigger github actions? This is an automated message from the Apache Git

[GitHub] [spark] cloud-fan commented on a change in pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #28527: URL: https://github.com/apache/spark/pull/28527#discussion_r463501076 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala ## @@ -209,12 +209,20 @@ class SessionCatalog(

[GitHub] [spark] yaooqinn commented on a change in pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #28527: URL: https://github.com/apache/spark/pull/28527#discussion_r463497620 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala ## @@ -209,12 +209,20 @@ class SessionCatalog(

[GitHub] [spark] gaborgsomogyi edited a comment on pull request #28623: [SPARK-31805][SS] Exclude group.id from consumer settings when using the assign strategy

2020-07-31 Thread GitBox
gaborgsomogyi edited a comment on pull request #28623: URL: https://github.com/apache/spark/pull/28623#issuecomment-667014944 I'm just revisiting this. At the moment working on SPARK-32032 where `AdminClient` is planned to use on driver side which makes `group.id` completely useless in the

[GitHub] [spark] yaooqinn commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463491365 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -141,17 +174,17 @@ privat

[GitHub] [spark] yaooqinn commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463490761 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ privat

[GitHub] [spark] HeartSaVioR commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
HeartSaVioR commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463490810 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1107,54 @@ class StreamingQuerySuite ex

[GitHub] [spark] gaborgsomogyi commented on pull request #28623: [SPARK-31805][SS] Exclude group.id from consumer settings when using the assign strategy

2020-07-31 Thread GitBox
gaborgsomogyi commented on pull request #28623: URL: https://github.com/apache/spark/pull/28623#issuecomment-667014944 I'm just revisiting this. At the moment working on SPARK-32032 where `AdminClient` is planned to use on driver side which makes `group.id` completely useless in the Kafka

[GitHub] [spark] yaooqinn commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463487940 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ privat

[GitHub] [spark] yaooqinn commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
yaooqinn commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463487059 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ privat

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29271: [SPARK-32467][UI]Avoid encoding URL twice on https redirect

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29271: URL: https://github.com/apache/spark/pull/29271#issuecomment-667010211 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins commented on pull request #29271: [SPARK-32467][UI]Avoid encoding URL twice on https redirect

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29271: URL: https://github.com/apache/spark/pull/29271#issuecomment-667010211 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] maropu commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
maropu commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463483396 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -141,17 +174,17 @@ private[

[GitHub] [spark] gengliangwang commented on a change in pull request #29271: [SPARK-32467][UI]Avoid encoding URL twice on https redirect

2020-07-31 Thread GitBox
gengliangwang commented on a change in pull request #29271: URL: https://github.com/apache/spark/pull/29271#discussion_r463480645 ## File path: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala ## @@ -440,16 +439,34 @@ private[spark] object JettyUtils extends Logging {

[GitHub] [spark] cloud-fan commented on a change in pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29303: URL: https://github.com/apache/spark/pull/29303#discussion_r463480658 ## File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkGetColumnsOperation.scala ## @@ -126,12 +124,47 @@ priva

[GitHub] [spark] xuanyuanking commented on pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
xuanyuanking commented on pull request #29256: URL: https://github.com/apache/spark/pull/29256#issuecomment-667005576 @HeartSaVioR @cloud-fan After taking a further look, I found this fix also making the `Distinct` in complete mode runnable. So I changed the PR title, rephrase the descr

[GitHub] [spark] gengliangwang commented on a change in pull request #29271: [SPARK-32467][UI]Avoid encoding URL twice on https redirect

2020-07-31 Thread GitBox
gengliangwang commented on a change in pull request #29271: URL: https://github.com/apache/spark/pull/29271#discussion_r463479621 ## File path: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala ## @@ -440,16 +439,34 @@ private[spark] object JettyUtils extends Logging {

[GitHub] [spark] xuanyuanking commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
xuanyuanking commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463478834 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1106,41 @@ class StreamingQuerySuite e

[GitHub] [spark] cloud-fan commented on a change in pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #28527: URL: https://github.com/apache/spark/pull/28527#discussion_r463478881 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala ## @@ -209,12 +209,20 @@ class SessionCatalog(

[GitHub] [spark] xuanyuanking commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
xuanyuanking commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463478766 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1106,41 @@ class StreamingQuerySuite e

[GitHub] [spark] xuanyuanking commented on a change in pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
xuanyuanking commented on a change in pull request #29256: URL: https://github.com/apache/spark/pull/29256#discussion_r463478249 ## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQuerySuite.scala ## @@ -1106,6 +1106,41 @@ class StreamingQuerySuite e

[GitHub] [spark] HyukjinKwon commented on pull request #29146: [SPARK-32257][SQL] Reports explicit errors for invalid usage of SET/RESET command

2020-07-31 Thread GitBox
HyukjinKwon commented on pull request #29146: URL: https://github.com/apache/spark/pull/29146#issuecomment-667004049 retest this please This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29299: [SPARK-32490][BUILD] Upgrade netty-all to 4.1.51.Final

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29299: URL: https://github.com/apache/spark/pull/29299#issuecomment-667002731 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29310: [SPARK-32332][SQL][3.0] Support columnar exchanges

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29310: URL: https://github.com/apache/spark/pull/29310#issuecomment-667002750 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-667002789 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] HyukjinKwon closed pull request #29278: [SPARK-32160][CORE][PYSPARK] Add a config to switch allow/disallow to create SparkContext in executors.

2020-07-31 Thread GitBox
HyukjinKwon closed pull request #29278: URL: https://github.com/apache/spark/pull/29278 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [spark] AmplabJenkins commented on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-667002789 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] AmplabJenkins commented on pull request #29299: [SPARK-32490][BUILD] Upgrade netty-all to 4.1.51.Final

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29299: URL: https://github.com/apache/spark/pull/29299#issuecomment-667002731 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] AmplabJenkins commented on pull request #29310: [SPARK-32332][SQL][3.0] Support columnar exchanges

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29310: URL: https://github.com/apache/spark/pull/29310#issuecomment-667002750 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] HyukjinKwon commented on pull request #29278: [SPARK-32160][CORE][PYSPARK] Add a config to switch allow/disallow to create SparkContext in executors.

2020-07-31 Thread GitBox
HyukjinKwon commented on pull request #29278: URL: https://github.com/apache/spark/pull/29278#issuecomment-667002733 GitHub Actiosn build passed. Merged to master. This is an automated message from the Apache Git Service. To

[GitHub] [spark] HyukjinKwon commented on pull request #29310: [SPARK-32332][SQL][3.0] Support columnar exchanges

2020-07-31 Thread GitBox
HyukjinKwon commented on pull request #29310: URL: https://github.com/apache/spark/pull/29310#issuecomment-667002316 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [spark] HyukjinKwon commented on pull request #29299: [SPARK-32490][BUILD] Upgrade netty-all to 4.1.51.Final

2020-07-31 Thread GitBox
HyukjinKwon commented on pull request #29299: URL: https://github.com/apache/spark/pull/29299#issuecomment-667002171 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [spark] AmplabJenkins commented on pull request #29279: [SPARK-31418][CORE][FOLLOW-UP][MINOR] Fix log messages to print stage id instead of the object name

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29279: URL: https://github.com/apache/spark/pull/29279#issuecomment-666999133 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] cloud-fan commented on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
cloud-fan commented on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-667000249 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29279: [SPARK-31418][CORE][FOLLOW-UP][MINOR] Fix log messages to print stage id instead of the object name

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29279: URL: https://github.com/apache/spark/pull/29279#issuecomment-666999133 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29256: URL: https://github.com/apache/spark/pull/29256#issuecomment-666999095 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins commented on pull request #29146: [SPARK-32257][SQL] Reports explicit errors for invalid usage of SET/RESET command

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29146: URL: https://github.com/apache/spark/pull/29146#issuecomment-666999090 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29146: [SPARK-32257][SQL] Reports explicit errors for invalid usage of SET/RESET command

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29146: URL: https://github.com/apache/spark/pull/29146#issuecomment-666999090 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins commented on pull request #29256: [SPARK-32456][SS] Check the Distinct by assuming it as Aggregate for Structured Streaming

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29256: URL: https://github.com/apache/spark/pull/29256#issuecomment-666999095 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] SparkQA commented on pull request #29279: [SPARK-31418][CORE][FOLLOW-UP][MINOR] Fix log messages to print stage id instead of the object name

2020-07-31 Thread GitBox
SparkQA commented on pull request #29279: URL: https://github.com/apache/spark/pull/29279#issuecomment-666998475 **[Test build #126873 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126873/testReport)** for PR 29279 at commit [`ad847b1`](https://github.com

[GitHub] [spark] maropu commented on pull request #29146: [SPARK-32257][SQL] Reports explicit errors for invalid usage of SET/RESET command

2020-07-31 Thread GitBox
maropu commented on pull request #29146: URL: https://github.com/apache/spark/pull/29146#issuecomment-666998114 retest this please This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [spark] HyukjinKwon commented on pull request #29279: [SPARK-31418][CORE][FOLLOW-UP][MINOR] Fix log messages to print stage id instead of the object name

2020-07-31 Thread GitBox
HyukjinKwon commented on pull request #29279: URL: https://github.com/apache/spark/pull/29279#issuecomment-666996261 retest this please This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-666988873 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/126

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-666988858 Merged build finished. Test FAILed. This is an automated message from the Apache Git Service. To r

[GitHub] [spark] AmplabJenkins commented on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-666988858 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] SparkQA removed a comment on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
SparkQA removed a comment on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-666968284 **[Test build #126862 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126862/testReport)** for PR 28527 at commit [`3fbe65a`](https://gi

[GitHub] [spark] SparkQA commented on pull request #28527: [SPARK-31709][SQL] Proper base path for database/table location when it is a relative path

2020-07-31 Thread GitBox
SparkQA commented on pull request #28527: URL: https://github.com/apache/spark/pull/28527#issuecomment-666988478 **[Test build #126862 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126862/testReport)** for PR 28527 at commit [`3fbe65a`](https://github.co

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29304: [SPARK-32494][SQL] Null Aware Anti Join Optimize Support Multi-Column

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29304: URL: https://github.com/apache/spark/pull/29304#issuecomment-666988150 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins commented on pull request #29304: [SPARK-32494][SQL] Null Aware Anti Join Optimize Support Multi-Column

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29304: URL: https://github.com/apache/spark/pull/29304#issuecomment-666988150 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] SparkQA commented on pull request #29304: [SPARK-32494][SQL] Null Aware Anti Join Optimize Support Multi-Column

2020-07-31 Thread GitBox
SparkQA commented on pull request #29304: URL: https://github.com/apache/spark/pull/29304#issuecomment-666987665 **[Test build #126872 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126872/testReport)** for PR 29304 at commit [`130606c`](https://github.com

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29303: URL: https://github.com/apache/spark/pull/29303#issuecomment-666987195 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] SparkQA removed a comment on pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
SparkQA removed a comment on pull request #29303: URL: https://github.com/apache/spark/pull/29303#issuecomment-666969367 **[Test build #126867 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126867/testReport)** for PR 29303 at commit [`2a319ff`](https://gi

[GitHub] [spark] AmplabJenkins commented on pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29303: URL: https://github.com/apache/spark/pull/29303#issuecomment-666987195 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] SparkQA commented on pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
SparkQA commented on pull request #29303: URL: https://github.com/apache/spark/pull/29303#issuecomment-666986891 **[Test build #126867 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126867/testReport)** for PR 29303 at commit [`2a319ff`](https://github.co

[GitHub] [spark] leanken commented on pull request #29304: [SPARK-32494][SQL] Null Aware Anti Join Optimize Support Multi-Column

2020-07-31 Thread GitBox
leanken commented on pull request #29304: URL: https://github.com/apache/spark/pull/29304#issuecomment-666984866 rebased code because merge conflicts. This is an automated message from the Apache Git Service. To respond to th

[GitHub] [spark] beliefer commented on a change in pull request #29291: [SPARK-30276][SQL] Support Filter expression allows simultaneous use of DISTINCT

2020-07-31 Thread GitBox
beliefer commented on a change in pull request #29291: URL: https://github.com/apache/spark/pull/29291#discussion_r463454895 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/RewriteDistinctAggregates.scala ## @@ -207,13 +257,30 @@ object Rewrit

[GitHub] [spark] cloud-fan commented on a change in pull request #29291: [SPARK-30276][SQL] Support Filter expression allows simultaneous use of DISTINCT

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29291: URL: https://github.com/apache/spark/pull/29291#discussion_r463454135 ## File path: sql/core/src/test/resources/sql-tests/inputs/group-by-filter.sql ## @@ -36,8 +36,11 @@ SELECT COUNT(id) FILTER (WHERE hiredate = date "200

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #28781: URL: https://github.com/apache/spark/pull/28781#issuecomment-666973707 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29304: [SPARK-32494][SQL] Null Aware Anti Join Optimize Support Multi-Column

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29304: URL: https://github.com/apache/spark/pull/29304#issuecomment-666968850 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/126

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29278: [SPARK-32160][CORE][PYSPARK] Add a config to switch allow/disallow to create SparkContext in executors.

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29278: URL: https://github.com/apache/spark/pull/29278#issuecomment-666968865 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29303: [SPARK-32492][SQL] Fulfill missing column meta information for thriftserver client tools

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29303: URL: https://github.com/apache/spark/pull/29303#issuecomment-666969899 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28939: [SPARK-32119][CORE] ExecutorPlugin doesn't work with Standalone Cluster and Kubernetes

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #28939: URL: https://github.com/apache/spark/pull/28939#issuecomment-666970057 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29279: [SPARK-31418][CORE][FOLLOW-UP][MINOR] Fix log messages to print stage id instead of the object name

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29279: URL: https://github.com/apache/spark/pull/29279#issuecomment-666968694 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/126

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29297: [SPARK-32406][SQL][FOLLOWUP] Make RESET fail against static and core configs

2020-07-31 Thread GitBox
AmplabJenkins removed a comment on pull request #29297: URL: https://github.com/apache/spark/pull/29297#issuecomment-666969982 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] cloud-fan commented on a change in pull request #29291: [SPARK-30276][SQL] Support Filter expression allows simultaneous use of DISTINCT

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29291: URL: https://github.com/apache/spark/pull/29291#discussion_r463449645 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/RewriteDistinctAggregates.scala ## @@ -207,13 +257,30 @@ object Rewri

[GitHub] [spark] gaborgsomogyi commented on pull request #29289: [SPARK-32482][SS][TESTS] Eliminate deprecated poll(long) API calls to avoid infinite wait in tests

2020-07-31 Thread GitBox
gaborgsomogyi commented on pull request #29289: URL: https://github.com/apache/spark/pull/29289#issuecomment-666976785 I'm proceeding further with SPARK-32032 but from tomorrow I'm going to have 3 weeks vacation so the PR will be delayed a bit... --

[GitHub] [spark] cloud-fan commented on a change in pull request #29291: [SPARK-30276][SQL] Support Filter expression allows simultaneous use of DISTINCT

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29291: URL: https://github.com/apache/spark/pull/29291#discussion_r463448075 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/RewriteDistinctAggregates.scala ## @@ -118,6 +118,49 @@ import org.ap

[GitHub] [spark] cloud-fan commented on a change in pull request #29291: [SPARK-30276][SQL] Support Filter expression allows simultaneous use of DISTINCT

2020-07-31 Thread GitBox
cloud-fan commented on a change in pull request #29291: URL: https://github.com/apache/spark/pull/29291#discussion_r463448075 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/RewriteDistinctAggregates.scala ## @@ -118,6 +118,49 @@ import org.ap

[GitHub] [spark] gaborgsomogyi commented on pull request #29272: [SPARK-32468][SS][TESTS] Fix timeout config issue in Kafka connector tests

2020-07-31 Thread GitBox
gaborgsomogyi commented on pull request #29272: URL: https://github.com/apache/spark/pull/29272#issuecomment-666975400 Thanks everybody to help me! This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [spark] gaborgsomogyi commented on pull request #29289: [SPARK-32482][SS][TESTS] Eliminate deprecated poll(long) API calls to avoid infinite wait in tests

2020-07-31 Thread GitBox
gaborgsomogyi commented on pull request #29289: URL: https://github.com/apache/spark/pull/29289#issuecomment-666975227 Thanks everybody to help me! This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [spark] AmplabJenkins commented on pull request #29278: [SPARK-32160][CORE][PYSPARK] Add a config to switch allow/disallow to create SparkContext in executors.

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #29278: URL: https://github.com/apache/spark/pull/29278#issuecomment-666973642 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] AmplabJenkins commented on pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-07-31 Thread GitBox
AmplabJenkins commented on pull request #28781: URL: https://github.com/apache/spark/pull/28781#issuecomment-666973707 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [spark] SparkQA commented on pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-07-31 Thread GitBox
SparkQA commented on pull request #28781: URL: https://github.com/apache/spark/pull/28781#issuecomment-666973362 **[Test build #126871 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126871/testReport)** for PR 28781 at commit [`aa7a682`](https://github.com

[GitHub] [spark] SparkQA commented on pull request #29278: [SPARK-32160][CORE][PYSPARK] Add a config to switch allow/disallow to create SparkContext in executors.

2020-07-31 Thread GitBox
SparkQA commented on pull request #29278: URL: https://github.com/apache/spark/pull/29278#issuecomment-666973287 **[Test build #126869 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126869/testReport)** for PR 29278 at commit [`0ea7ea9`](https://github.com

[GitHub] [spark] SparkQA commented on pull request #28939: [SPARK-32119][CORE] ExecutorPlugin doesn't work with Standalone Cluster and Kubernetes

2020-07-31 Thread GitBox
SparkQA commented on pull request #28939: URL: https://github.com/apache/spark/pull/28939#issuecomment-666973312 **[Test build #126870 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126870/testReport)** for PR 28939 at commit [`ae52b78`](https://github.com

[GitHub] [spark] uncleGen removed a comment on pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-07-31 Thread GitBox
uncleGen removed a comment on pull request #28781: URL: https://github.com/apache/spark/pull/28781#issuecomment-666898656 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [spark] uncleGen commented on pull request #28781: [SPARK-31953][SS] Add Spark Structured Streaming History Server Support

2020-07-31 Thread GitBox
uncleGen commented on pull request #28781: URL: https://github.com/apache/spark/pull/28781#issuecomment-666972499 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [spark] ueshin commented on pull request #29278: [SPARK-32160][CORE][PYSPARK] Add a config to switch allow/disallow to create SparkContext in executors.

2020-07-31 Thread GitBox
ueshin commented on pull request #29278: URL: https://github.com/apache/spark/pull/29278#issuecomment-666970997 Jenkins, retest this please. This is an automated message from the Apache Git Service. To respond to the message,

<    1   2   3   4   5   6   7   >