[GitHub] [spark] liucht-inspur commented on pull request #28680: [SPARK-31871][CORE][UI] Display the canvas element icon for sorting column

2020-06-01 Thread GitBox
liucht-inspur commented on pull request #28680: URL: https://github.com/apache/spark/pull/28680#issuecomment-636665331 @sarutak Thanks for your response . before this change history server page like this:

[GitHub] [spark] maropu opened a new pull request #28691: [SPARK-31854][SQL][2.4] Invoke in MapElementsExec should not propagate null

2020-06-01 Thread GitBox
maropu opened a new pull request #28691: URL: https://github.com/apache/spark/pull/28691 ### What changes were proposed in this pull request? This PR intends to fix a bug of `Dataset.map` below when the whole-stage codegen enabled; ``` scala> val ds =

[GitHub] [spark] SparkQA commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
SparkQA commented on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636680139 **[Test build #123366 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123366/testReport)** for PR 28674 at commit

[GitHub] [spark] cloud-fan commented on pull request #28679: [SPARK-31870][SQL][TESTS] Fix "Do not optimize skew join if additional shuffle" test having no skew join

2020-06-01 Thread GitBox
cloud-fan commented on pull request #28679: URL: https://github.com/apache/spark/pull/28679#issuecomment-636699031 it's not. the median size of the right table is `360`, and `720` is only 2 times of the median size. This is

[GitHub] [spark] yaooqinn opened a new pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

2020-06-01 Thread GitBox
yaooqinn opened a new pull request #28692: URL: https://github.com/apache/spark/pull/28692 # What changes were proposed in this pull request? This PR switches the default Locale from the `US` to `GB` to change the behavior of the first day of the week from Sunday-started to

[GitHub] [spark] cloud-fan commented on a change in pull request #27627: [WIP][SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
cloud-fan commented on a change in pull request #27627: URL: https://github.com/apache/spark/pull/27627#discussion_r433126035 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Sum.scala ## @@ -62,38 +62,74 @@ case class Sum(child:

[GitHub] [spark] cloud-fan commented on a change in pull request #27627: [WIP][SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
cloud-fan commented on a change in pull request #27627: URL: https://github.com/apache/spark/pull/27627#discussion_r433128417 ## File path: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala ## @@ -200,14 +222,90 @@ class DataFrameSuite extends QueryTest

[GitHub] [spark] HyukjinKwon commented on pull request #28689: [SPARK-31881][K8S][TESTS] Support Hadoop 3.2 K8s integration tests

2020-06-01 Thread GitBox
HyukjinKwon commented on pull request #28689: URL: https://github.com/apache/spark/pull/28689#issuecomment-636662036 Haven't tested it by myself but seems okay. This is an automated message from the Apache Git Service. To

[GitHub] [spark] HyukjinKwon commented on a change in pull request #28689: [SPARK-31881][K8S][TESTS] Support Hadoop 3.2 K8s integration tests

2020-06-01 Thread GitBox
HyukjinKwon commented on a change in pull request #28689: URL: https://github.com/apache/spark/pull/28689#discussion_r433080460 ## File path: resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/Utils.scala ## @@ -131,4

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27402: [SPARK-30679][SQL] REPLACE TABLE can omit the USING clause

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #27402: URL: https://github.com/apache/spark/pull/27402#issuecomment-636675176 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] liucht-inspur commented on pull request #28680: [SPARK-31871][CORE][UI] Display the canvas element icon for sorting column

2020-06-01 Thread GitBox
liucht-inspur commented on pull request #28680: URL: https://github.com/apache/spark/pull/28680#issuecomment-636684197 hi @sarutak the console log of browser is this: ![image](https://user-images.githubusercontent.com/28332082/83388973-fcc70980-a421-11ea-93a0-34cfd4193169.png)

[GitHub] [spark] cloud-fan commented on a change in pull request #28592: [SPARK-31771][SQL] Disable Narrow TextStyle for datetime pattern 'G/M/L/E/u/Q/q'

2020-06-01 Thread GitBox
cloud-fan commented on a change in pull request #28592: URL: https://github.com/apache/spark/pull/28592#discussion_r433122526 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/csv/UnivocityParser.scala ## @@ -85,13 +85,13 @@ class UnivocityParser( //

[GitHub] [spark] yaooqinn commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
yaooqinn commented on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636718215 > Can we define the 2.4 behavior first? The behavior looks very weird to me. I found it very difficult to follow the behavior of 2.4. It is also hard to fully define

[GitHub] [spark] caneGuy commented on a change in pull request #28688: [SPARK-29880][CORE][YARN] Handle submit exception when submit to federation cluster

2020-06-01 Thread GitBox
caneGuy commented on a change in pull request #28688: URL: https://github.com/apache/spark/pull/28688#discussion_r433130400 ## File path: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ## @@ -171,8 +171,14 @@ private[spark] class Client(

[GitHub] [spark] ulysses-you commented on a change in pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

2020-06-01 Thread GitBox
ulysses-you commented on a change in pull request #28647: URL: https://github.com/apache/spark/pull/28647#discussion_r433130893 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala ## @@ -839,6 +839,19 @@ case class

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636753180 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] MaxGekk opened a new pull request #28693: [WIP][SQL] Fix filter push down for old millis timestamps to Parquet

2020-06-01 Thread GitBox
MaxGekk opened a new pull request #28693: URL: https://github.com/apache/spark/pull/28693 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How

[GitHub] [spark] SparkQA removed a comment on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636691375 **[Test build #123368 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123368/testReport)** for PR 28674 at commit

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

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

[GitHub] [spark] AmplabJenkins commented on pull request #28693: [WIP][SQL] Fix filter push down for old millis timestamps to Parquet

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

[GitHub] [spark] dilipbiswal commented on a change in pull request #28683: [SPARK-31875][SQL] Provide a option to disable user supplied Hints

2020-06-01 Thread GitBox
dilipbiswal commented on a change in pull request #28683: URL: https://github.com/apache/spark/pull/28683#discussion_r433063615 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ## @@ -2065,6 +2065,16 @@ object SQLConf { .booleanConf

[GitHub] [spark] SparkQA commented on pull request #28689: [SPARK-31881][K8S][TESTS] Support Hadoop 3.2 K8s integration tests

2020-06-01 Thread GitBox
SparkQA commented on pull request #28689: URL: https://github.com/apache/spark/pull/28689#issuecomment-636645598 **[Test build #123359 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123359/testReport)** for PR 28689 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #28689: [SPARK-31881][K8S][TESTS] Support Hadoop 3.2 K8s integration tests

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28686: [SPARK-31877][SQL]Avoid stats computation for Hive table

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28686: URL: https://github.com/apache/spark/pull/28686#issuecomment-636658370 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28691: [SPARK-31854][SQL][2.4] Invoke in MapElementsExec should not propagate null

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28691: URL: https://github.com/apache/spark/pull/28691#issuecomment-636673681 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 #28691: [SPARK-31854][SQL][2.4] Invoke in MapElementsExec should not propagate null

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

[GitHub] [spark] SparkQA commented on pull request #28691: [SPARK-31854][SQL][2.4] Invoke in MapElementsExec should not propagate null

2020-06-01 Thread GitBox
SparkQA commented on pull request #28691: URL: https://github.com/apache/spark/pull/28691#issuecomment-636673060 **[Test build #123365 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123365/testReport)** for PR 28691 at commit

[GitHub] [spark] SparkQA commented on pull request #28690: [SPARK-31882][WEBUI] DAG-viz is not rendered correctly with pagination

2020-06-01 Thread GitBox
SparkQA commented on pull request #28690: URL: https://github.com/apache/spark/pull/28690#issuecomment-636685616 **[Test build #123360 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123360/testReport)** for PR 28690 at commit

[GitHub] [spark] cloud-fan commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
cloud-fan commented on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636704178 Can we define the 2.4 behavior first? The behavior looks very weird to me. If it doesn't make sense, we can narrow down the scope or even forbid it.

[GitHub] [spark] SparkQA commented on pull request #28688: [SPARK-29880][CORE][YARN] Handle submit exception when submit to federation cluster

2020-06-01 Thread GitBox
SparkQA commented on pull request #28688: URL: https://github.com/apache/spark/pull/28688#issuecomment-636732483 **[Test build #123370 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123370/testReport)** for PR 28688 at commit

[GitHub] [spark] SparkQA removed a comment on pull request #28689: [SPARK-31881][K8S][TESTS] Support Hadoop 3.2 K8s integration tests

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #28689: URL: https://github.com/apache/spark/pull/28689#issuecomment-636598512 **[Test build #123359 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123359/testReport)** for PR 28689 at commit

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28683: [SPARK-31875][SQL] Provide a option to disable user supplied Hints

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

[GitHub] [spark] yaooqinn commented on a change in pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
yaooqinn commented on a change in pull request #28674: URL: https://github.com/apache/spark/pull/28674#discussion_r433097046 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -31,26 +33,92 @@ import

[GitHub] [spark] SparkQA commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
SparkQA commented on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636691375 **[Test build #123368 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123368/testReport)** for PR 28674 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

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

[GitHub] [spark] SparkQA commented on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

2020-06-01 Thread GitBox
SparkQA commented on pull request #28692: URL: https://github.com/apache/spark/pull/28692#issuecomment-636709285 **[Test build #123369 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123369/testReport)** for PR 28692 at commit

[GitHub] [spark] cloud-fan commented on a change in pull request #27627: [WIP][SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
cloud-fan commented on a change in pull request #27627: URL: https://github.com/apache/spark/pull/27627#discussion_r433125761 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Sum.scala ## @@ -62,38 +62,74 @@ case class Sum(child:

[GitHub] [spark] SparkQA commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
SparkQA commented on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636753059 **[Test build #123368 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123368/testReport)** for PR 28674 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

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

[GitHub] [spark] manuzhang commented on pull request #28679: [SPARK-31870][SQL][TESTS] Fix "Do not optimize skew join if additional shuffle" test having no skew join

2020-06-01 Thread GitBox
manuzhang commented on pull request #28679: URL: https://github.com/apache/spark/pull/28679#issuecomment-636643824 @cloud-fan Is joining tables of partitions [660, 720] and [720, 0] with target size 100 a skew join ?

[GitHub] [spark] SparkQA commented on pull request #28683: [SPARK-31875][SQL] Provide a option to disable user supplied Hints

2020-06-01 Thread GitBox
SparkQA commented on pull request #28683: URL: https://github.com/apache/spark/pull/28683#issuecomment-636662587 **[Test build #123364 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123364/testReport)** for PR 28683 at commit

[GitHub] [spark] maropu commented on pull request #28681: [SPARK-31854][SQL] Invoke in MapElementsExec should not propagate null

2020-06-01 Thread GitBox
maropu commented on pull request #28681: URL: https://github.com/apache/spark/pull/28681#issuecomment-636662645 Sure, I will. 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 #28683: [SPARK-31875][SQL] Provide a option to disable user supplied Hints

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636691990 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 #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

2020-06-01 Thread GitBox
cloud-fan commented on a change in pull request #28647: URL: https://github.com/apache/spark/pull/28647#discussion_r433114569 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala ## @@ -839,6 +839,19 @@ case class

[GitHub] [spark] cloud-fan commented on pull request #27627: [WIP][SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
cloud-fan commented on pull request #27627: URL: https://github.com/apache/spark/pull/27627#issuecomment-636729872 LGTM except a few minor comments. This changes the aggregate buffer of the sum function, which means the streaming state store format is also changed. We need to mention it

[GitHub] [spark] HyukjinKwon commented on pull request #28681: [SPARK-31854][SQL] Invoke in MapElementsExec should not propagate null

2020-06-01 Thread GitBox
HyukjinKwon commented on pull request #28681: URL: https://github.com/apache/spark/pull/28681#issuecomment-636657545 +1 for backporting. LGTM too This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark] SparkQA removed a comment on pull request #27402: [SPARK-30679][SQL] REPLACE TABLE can omit the USING clause

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #27402: URL: https://github.com/apache/spark/pull/27402#issuecomment-636610386 **[Test build #123361 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123361/testReport)** for PR 27402 at commit

[GitHub] [spark] SparkQA commented on pull request #27402: [SPARK-30679][SQL] REPLACE TABLE can omit the USING clause

2020-06-01 Thread GitBox
SparkQA commented on pull request #27402: URL: https://github.com/apache/spark/pull/27402#issuecomment-636674601 **[Test build #123361 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123361/testReport)** for PR 27402 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #27402: [SPARK-30679][SQL] REPLACE TABLE can omit the USING clause

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27402: [SPARK-30679][SQL] REPLACE TABLE can omit the USING clause

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #27402: URL: https://github.com/apache/spark/pull/27402#issuecomment-636675162 Build finished. Test FAILed. This is an automated message from the Apache Git Service. To respond

[GitHub] [spark] AmplabJenkins commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

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

[GitHub] [spark] SparkQA commented on pull request #28619: [SPARK-21040][CORE] Speculate tasks which are running on decommission executors

2020-06-01 Thread GitBox
SparkQA commented on pull request #28619: URL: https://github.com/apache/spark/pull/28619#issuecomment-636687341 **[Test build #123367 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123367/testReport)** for PR 28619 at commit

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28690: [SPARK-31882][WEBUI] DAG-viz is not rendered correctly with pagination

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28690: URL: https://github.com/apache/spark/pull/28690#issuecomment-636686732 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 #28619: [SPARK-21040][CORE] Speculate tasks which are running on decommission executors

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28619: [SPARK-21040][CORE] Speculate tasks which are running on decommission executors

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

[GitHub] [spark] yaooqinn commented on a change in pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
yaooqinn commented on a change in pull request #28674: URL: https://github.com/apache/spark/pull/28674#discussion_r433100740 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -31,26 +33,92 @@ import

[GitHub] [spark] yaooqinn commented on a change in pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
yaooqinn commented on a change in pull request #28674: URL: https://github.com/apache/spark/pull/28674#discussion_r43337 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -39,15 +39,22 @@ trait

[GitHub] [spark] AmplabJenkins commented on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

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

[GitHub] [spark] cloud-fan commented on pull request #28674: [SPARK-31868][SQL] Restore the parsing behaviour week-based-year for 2.4

2020-06-01 Thread GitBox
cloud-fan commented on pull request #28674: URL: https://github.com/apache/spark/pull/28674#issuecomment-636720489 this makes sense to me that week-based date fields should not co-exist with non-week-based date fields. We should also clearly define the default values if year or month or

[GitHub] [spark] SparkQA commented on pull request #28688: [SPARK-29880][CORE][YARN] Handle submit exception when submit to federation cluster

2020-06-01 Thread GitBox
SparkQA commented on pull request #28688: URL: https://github.com/apache/spark/pull/28688#issuecomment-636746471 **[Test build #123370 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123370/testReport)** for PR 28688 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #28688: [SPARK-29880][CORE][YARN] Handle submit exception when submit to federation cluster

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28688: [SPARK-29880][CORE][YARN] Handle submit exception when submit to federation cluster

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28688: URL: https://github.com/apache/spark/pull/28688#issuecomment-636746685 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 #28688: [SPARK-29880][CORE][YARN] Handle submit exception when submit to federation cluster

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #28688: URL: https://github.com/apache/spark/pull/28688#issuecomment-636732483 **[Test build #123370 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123370/testReport)** for PR 28688 at commit

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28689: [SPARK-31881][K8S][TESTS] Support Hadoop 3.2 K8s integration tests

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28689: URL: https://github.com/apache/spark/pull/28689#issuecomment-636646580 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 #28686: [SPARK-31877][SQL]Avoid stats computation for Hive table

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

[GitHub] [spark] SparkQA commented on pull request #28686: [SPARK-31877][SQL]Avoid stats computation for Hive table

2020-06-01 Thread GitBox
SparkQA commented on pull request #28686: URL: https://github.com/apache/spark/pull/28686#issuecomment-636658164 **[Test build #123362 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123362/testReport)** for PR 28686 at commit

[GitHub] [spark] SparkQA removed a comment on pull request #28686: [SPARK-31877][SQL]Avoid stats computation for Hive table

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #28686: URL: https://github.com/apache/spark/pull/28686#issuecomment-636617351 **[Test build #123362 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123362/testReport)** for PR 28686 at commit

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28686: [SPARK-31877][SQL]Avoid stats computation for Hive table

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

[GitHub] [spark] SparkQA removed a comment on pull request #28690: [SPARK-31882][WEBUI] DAG-viz is not rendered correctly with pagination

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #28690: URL: https://github.com/apache/spark/pull/28690#issuecomment-636610385 **[Test build #123360 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123360/testReport)** for PR 28690 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #28690: [SPARK-31882][WEBUI] DAG-viz is not rendered correctly with pagination

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

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

[GitHub] [spark] SparkQA removed a comment on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #28692: URL: https://github.com/apache/spark/pull/28692#issuecomment-637207235 **[Test build #123410 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123410/testReport)** for PR 28692 at commit

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28692: URL: https://github.com/apache/spark/pull/28692#issuecomment-637214619 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] cloud-fan commented on pull request #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

2020-06-01 Thread GitBox
cloud-fan commented on pull request #28593: URL: https://github.com/apache/spark/pull/28593#issuecomment-637217206 You can change `Cast(Cast(UnixTimestamp(left, format), TimestampType), DateType))` to `Cast(SecondsToTimestamp(UnixTimestamp(left, format)), DateType))`

[GitHub] [spark] HyukjinKwon commented on pull request #28690: [SPARK-31882][WEBUI] DAG-viz is not rendered correctly with pagination

2020-06-01 Thread GitBox
HyukjinKwon commented on pull request #28690: URL: https://github.com/apache/spark/pull/28690#issuecomment-637217419 Looks okay. cc @gengliangwang FYI This is an automated message from the Apache Git Service. To respond to

[GitHub] [spark] cloud-fan commented on pull request #27627: [WIP][SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
cloud-fan commented on pull request #27627: URL: https://github.com/apache/spark/pull/27627#issuecomment-637219873 How about we merge it to master only first, and wait for the schema incompatibility check to be done? This is a long-standing issue and we don't need to block 3.0. We can

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27908: [SPARK-31000] Add ability to set table description via Catalog.createTable()

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #27908: URL: https://github.com/apache/spark/pull/27908#issuecomment-637219719 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 #27908: [SPARK-31000] Add ability to set table description via Catalog.createTable()

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

[GitHub] [spark] yaooqinn commented on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

2020-06-01 Thread GitBox
yaooqinn commented on pull request #28692: URL: https://github.com/apache/spark/pull/28692#issuecomment-637219782 ```java + val defaultLocale: Locale = Locale.ROOT def defaultPattern(): String = s"${DateFormatter.defaultPattern} HH:mm:ss" diff --git

[GitHub] [spark] sarutak edited a comment on pull request #28680: [SPARK-31871][CORE][UI] Display the canvas element icon for sorting column

2020-06-01 Thread GitBox
sarutak edited a comment on pull request #28680: URL: https://github.com/apache/spark/pull/28680#issuecomment-636848505 @liucht-inspur I confirmed this issue happens for `branch-2.4`. This issue is resolved in `master` by overriding the corresponding style using CSS.

[GitHub] [spark] HeartSaVioR commented on pull request #27627: [WIP][SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
HeartSaVioR commented on pull request #27627: URL: https://github.com/apache/spark/pull/27627#issuecomment-637226780 Personally I'm OK with skip including this on Spark 3.0.0, preferably with mentioning as "known issue". It would be ideal if we can maintain the page about known

[GitHub] [spark] AmplabJenkins commented on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

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

[GitHub] [spark] SparkQA commented on pull request #28692: [SPARK-31879][SQL] Using GB as default Locale for datetime formatters

2020-06-01 Thread GitBox
SparkQA commented on pull request #28692: URL: https://github.com/apache/spark/pull/28692#issuecomment-637227803 **[Test build #123413 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123413/testReport)** for PR 28692 at commit

[GitHub] [spark] cloud-fan commented on pull request #26082: [SPARK-29431][WebUI] Improve Web UI / Sql tab visualization with cached dataframes.

2020-06-01 Thread GitBox
cloud-fan commented on pull request #26082: URL: https://github.com/apache/spark/pull/26082#issuecomment-637232556 Let's fix the conflict and get it merged. This is an automated message from the Apache Git Service. To

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28686: [SPARK-31877][SQL]Avoid stats computation for Hive table

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28686: URL: https://github.com/apache/spark/pull/28686#issuecomment-637231646 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] planga82 opened a new pull request #26082: [SPARK-29431][WebUI] Improve Web UI / Sql tab visualization with cached dataframes.

2020-06-01 Thread GitBox
planga82 opened a new pull request #26082: URL: https://github.com/apache/spark/pull/26082 ### What changes were proposed in this pull request? With this pull request I want to improve the Web UI / SQL tab visualization. The principal problem that I find is when you have a cache in your

[GitHub] [spark] AmplabJenkins commented on pull request #26082: [SPARK-29431][WebUI] Improve Web UI / Sql tab visualization with cached dataframes.

2020-06-01 Thread GitBox
AmplabJenkins commented on pull request #26082: URL: https://github.com/apache/spark/pull/26082#issuecomment-637232519 Can one of the admins verify this patch? This is an automated message from the Apache Git Service. To

[GitHub] [spark] SparkQA removed a comment on pull request #27627: [SPARK-28067][SQL] Fix incorrect results for decimal aggregate sum by returning null on decimal overflow

2020-06-01 Thread GitBox
SparkQA removed a comment on pull request #27627: URL: https://github.com/apache/spark/pull/27627#issuecomment-637092906 **[Test build #123398 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123398/testReport)** for PR 27627 at commit

[GitHub] [spark] AmplabJenkins commented on pull request #28654: [SPARK-31834][SQL]Improve error message for incompatible data types

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28654: [SPARK-31834][SQL]Improve error message for incompatible data types

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28654: URL: https://github.com/apache/spark/pull/28654#issuecomment-637245560 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 #28697: [SPARK-29150][CORE] Update RDD API for Stage level scheduling to be public

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28697: [SPARK-29150][CORE] Update RDD API for Stage level scheduling to be public

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28697: [SPARK-29150][CORE] Update RDD API for Stage level scheduling to be public

2020-06-01 Thread GitBox
AmplabJenkins removed a comment on pull request #28697: URL: https://github.com/apache/spark/pull/28697#issuecomment-637249274 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] HyukjinKwon opened a new pull request #28701: [SPARK-29137][ML][PYTHON][TESTS] Increase the timeout for StreamingLinearRegressionWithTests.test_train_prediction

2020-06-01 Thread GitBox
HyukjinKwon opened a new pull request #28701: URL: https://github.com/apache/spark/pull/28701 ### What changes were proposed in this pull request? It increases the timeout for `StreamingLinearRegressionWithTests.test_train_prediction` ``` Traceback (most recent call last):

[GitHub] [spark] HyukjinKwon commented on pull request #28697: [SPARK-29150][CORE] Update RDD API for Stage level scheduling to be public

2020-06-01 Thread GitBox
HyukjinKwon commented on pull request #28697: URL: https://github.com/apache/spark/pull/28697#issuecomment-637256241 Merged to master. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark] SparkQA commented on pull request #28701: [SPARK-29137][ML][PYTHON][TESTS] Increase the timeout for StreamingLinearRegressionWithTests.test_train_prediction

2020-06-01 Thread GitBox
SparkQA commented on pull request #28701: URL: https://github.com/apache/spark/pull/28701#issuecomment-637256851 **[Test build #123417 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123417/testReport)** for PR 28701 at commit

[GitHub] [spark] cloud-fan commented on pull request #28667: [SPARK-31860][BUILD][2.4] only push release tags on success

2020-06-01 Thread GitBox
cloud-fan commented on pull request #28667: URL: https://github.com/apache/spark/pull/28667#issuecomment-637218309 previously I delete the tags if something goes wrong. This looks like a better solution This is an automated

  1   2   3   4   5   6   7   >