[GitHub] [spark] AmplabJenkins removed a comment on pull request #28681: [SPARK-31854][SQL] Invoke in MapElementsExec should respect propagateNull

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28681: URL: https://github.com/apache/spark/pull/28681#issuecomment-636425722 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 #28681: [SPARK-31854][SQL] Invoke in MapElementsExec should respect propagateNull

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

[GitHub] [spark] AmplabJenkins commented on pull request #28681: [SPARK-31854][SQL] Invoke in MapElementsExec should respect propagateNull

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

[GitHub] [spark] maropu opened a new pull request #28681: [SPARK-31854][SQL] Invoke in MapElementsExec should respect propagateNull

2020-05-30 Thread GitBox
maropu opened a new pull request #28681: URL: https://github.com/apache/spark/pull/28681 ### 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] AmplabJenkins removed a comment on pull request #28676: [WIP][SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28676: URL: https://github.com/apache/spark/pull/28676#issuecomment-636423662 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 #28676: [WIP][SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28676: URL: https://github.com/apache/spark/pull/28676#issuecomment-636423662 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 #28676: [WIP][SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

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

[GitHub] [spark] imback82 commented on a change in pull request #28676: [WIP][SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
imback82 commented on a change in pull request #28676: URL: https://github.com/apache/spark/pull/28676#discussion_r432910717 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala ## @@ -554,7 +554,7 @@ class

[GitHub] [spark] imback82 commented on a change in pull request #28676: [WIP][SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
imback82 commented on a change in pull request #28676: URL: https://github.com/apache/spark/pull/28676#discussion_r432808970 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala ## @@ -540,17 +540,20 @@ class

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

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

[GitHub] [spark] SparkQA removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] SparkQA commented on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] imback82 commented on a change in pull request #28676: [SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
imback82 commented on a change in pull request #28676: URL: https://github.com/apache/spark/pull/28676#discussion_r432808970 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala ## @@ -540,17 +540,20 @@ class

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28656: [SPARK-31837][CORE] Shift to the new highest locality level if there is when recomputeLocality

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28656: URL: https://github.com/apache/spark/pull/28656#issuecomment-636419309 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 #28656: [SPARK-31837][CORE] Shift to the new highest locality level if there is when recomputeLocality

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28656: URL: https://github.com/apache/spark/pull/28656#issuecomment-636419309 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 #28656: [SPARK-31837][CORE] Shift to the new highest locality level if there is when recomputeLocality

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

[GitHub] [spark] cloud-fan commented on pull request #28656: [SPARK-31837][CORE] Shift to the new highest locality level if there is when recomputeLocality

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

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

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28679: URL: https://github.com/apache/spark/pull/28679#issuecomment-636417689 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 #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

2020-05-30 Thread GitBox
cloud-fan commented on a change in pull request #28673: URL: https://github.com/apache/spark/pull/28673#discussion_r432907685 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -118,6 +118,31 @@ trait

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

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28679: URL: https://github.com/apache/spark/pull/28679#issuecomment-636417689 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 #28679: [SPARK-31870][SQL][TESTS] Fix "Do not optimize skew join if additional shuffle" test having no skew join

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

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

2020-05-30 Thread GitBox
cloud-fan commented on a change in pull request #28679: URL: https://github.com/apache/spark/pull/28679#discussion_r432907576 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala ## @@ -639,11 +640,18 @@ class

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

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28679: URL: https://github.com/apache/spark/pull/28679#issuecomment-636313543 Can one of the admins verify this patch? This is an automated message from the Apache Git

[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-05-30 Thread GitBox
cloud-fan commented on pull request #28679: URL: https://github.com/apache/spark/pull/28679#issuecomment-636417380 ok to test 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 #28678: [SPARK-31874][SQL] Use `FastDateFormat` as the legacy fractional formatter

2020-05-30 Thread GitBox
cloud-fan commented on a change in pull request #28678: URL: https://github.com/apache/spark/pull/28678#discussion_r432907392 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/TimestampFormatter.scala ## @@ -121,6 +121,7 @@ class

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28647: URL: https://github.com/apache/spark/pull/28647#issuecomment-636403542 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 #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] github-actions[bot] commented on pull request #23721: [SPARK-26797][SQL][WIP][test-maven] Start using the new logical types API of Parquet 1.11.0 instead of the deprecated one

2020-05-30 Thread GitBox
github-actions[bot] commented on pull request #23721: URL: https://github.com/apache/spark/pull/23721#issuecomment-636402127 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue

[GitHub] [spark] github-actions[bot] closed pull request #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

2020-05-30 Thread GitBox
github-actions[bot] closed pull request #27440: URL: https://github.com/apache/spark/pull/27440 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2020-05-30 Thread GitBox
github-actions[bot] commented on pull request #27402: URL: https://github.com/apache/spark/pull/27402#issuecomment-636402117 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue

[GitHub] [spark] github-actions[bot] commented on pull request #21685: [SPARK-24707][DSTREAMS] Enable spark-kafka-streaming to maintain min …

2020-05-30 Thread GitBox
github-actions[bot] commented on pull request #21685: URL: https://github.com/apache/spark/pull/21685#issuecomment-636402130 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue

[GitHub] [spark] github-actions[bot] commented on pull request #26197: [SPARK-29577][MLLIB] Implement p-value simulation and unit tests for chi2 test

2020-05-30 Thread GitBox
github-actions[bot] commented on pull request #26197: URL: https://github.com/apache/spark/pull/26197#issuecomment-636402121 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue

[GitHub] [spark] github-actions[bot] closed pull request #27041: [SPARK-25061][SQL] Precedence for ThriftServer hiveconf commandline parameter

2020-05-30 Thread GitBox
github-actions[bot] closed pull request #27041: URL: https://github.com/apache/spark/pull/27041 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [spark] github-actions[bot] commented on pull request #21286: [SPARK-24238][SQL] HadoopFsRelation can't append the same table with multi job at the same time

2020-05-30 Thread GitBox
github-actions[bot] commented on pull request #21286: URL: https://github.com/apache/spark/pull/21286#issuecomment-636402138 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue

[GitHub] [spark] AmplabJenkins commented on pull request #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636393211 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636393200 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

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

[GitHub] [spark] SparkQA removed a comment on pull request #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

2020-05-30 Thread GitBox
SparkQA removed a comment on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636364813 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

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

[GitHub] [spark] SparkQA commented on pull request #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

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

[GitHub] [spark] viirya commented on a change in pull request #28676: [SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
viirya commented on a change in pull request #28676: URL: https://github.com/apache/spark/pull/28676#discussion_r432887685 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala ## @@ -60,6 +60,21 @@ case class

[GitHub] [spark] huaxingao commented on pull request #28672: [SPARK-31866][SQL][DOCS] Add COALESCE/REPARTITION/REPARTITION_BY_RANGE Hints to SQL Reference

2020-05-30 Thread GitBox
huaxingao commented on pull request #28672: URL: https://github.com/apache/spark/pull/28672#issuecomment-636380381 Thanks! @srowen @maropu @xuanyuanking This is an automated message from the Apache Git Service. To respond

[GitHub] [spark] imback82 commented on a change in pull request #28676: [SPARK-31869][SQL] BroadcastHashJoinExec can utilize the build side for its output partitioning

2020-05-30 Thread GitBox
imback82 commented on a change in pull request #28676: URL: https://github.com/apache/spark/pull/28676#discussion_r432883147 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala ## @@ -60,6 +60,21 @@ case class

[GitHub] [spark] srowen commented on pull request #28672: [SPARK-31866][SQL][DOCS] Add COALESCE/REPARTITION/REPARTITION_BY_RANGE Hints to SQL Reference

2020-05-30 Thread GitBox
srowen commented on pull request #28672: URL: https://github.com/apache/spark/pull/28672#issuecomment-636376264 Merged to master/3.0. 3.0 had a very minor-looking merge conflict which I resolved directly. This is an

[GitHub] [spark] srowen closed pull request #28672: [SPARK-31866][SQL][DOCS] Add COALESCE/REPARTITION/REPARTITION_BY_RANGE Hints to SQL Reference

2020-05-30 Thread GitBox
srowen closed pull request #28672: URL: https://github.com/apache/spark/pull/28672 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 to

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

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

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

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

[GitHub] [spark] SparkQA removed a comment on pull request #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

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

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

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636364931 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636364931 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for sort merge join if applicable

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

[GitHub] [spark] MaxGekk commented on pull request #28678: [SQL] Use `FastDateFormat` as the legacy fractional formatter

2020-05-30 Thread GitBox
MaxGekk commented on pull request #28678: URL: https://github.com/apache/spark/pull/28678#issuecomment-636364262 @cloud-fan @HyukjinKwon @juliuszsompolski Please, review this PR. This is an automated message from the Apache

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28123: [SPARK-31350][SQL] Coalesce bucketed tables for join if applicable

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636364105 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for join if applicable

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28123: URL: https://github.com/apache/spark/pull/28123#issuecomment-636364105 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 #28123: [SPARK-31350][SQL] Coalesce bucketed tables for join if applicable

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] huaxingao commented on pull request #28672: [SPARK-31866][SQL][DOCS] Add COALESCE/REPARTITION/REPARTITION_BY_RANGE Hints to SQL Reference

2020-05-30 Thread GitBox
huaxingao commented on pull request #28672: URL: https://github.com/apache/spark/pull/28672#issuecomment-636349447 cc @srowen This is for 3.0. Thank you! This is an automated message from the Apache Git Service. To respond

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28647: URL: https://github.com/apache/spark/pull/28647#issuecomment-636349376 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 #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

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

[GitHub] [spark] AmplabJenkins commented on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] SparkQA removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] SparkQA commented on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

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

[GitHub] [spark] AmplabJenkins commented on pull request #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #27440: URL: https://github.com/apache/spark/pull/27440#issuecomment-636349174 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 #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

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

[GitHub] [spark] SparkQA removed a comment on pull request #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28678: [WIP][SQL] Use `FastDateFormat` as the legacy fractional formatter

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28678: URL: https://github.com/apache/spark/pull/28678#issuecomment-636343783 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 #28678: [WIP][SQL] Use `FastDateFormat` as the legacy fractional formatter

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28678: URL: https://github.com/apache/spark/pull/28678#issuecomment-636343783 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 #28678: [WIP][SQL] Use `FastDateFormat` as the legacy fractional formatter

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

[GitHub] [spark] SparkQA removed a comment on pull request #28678: [WIP][SQL] Use `FastDateFormat` as the legacy fractional formatter

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

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

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28593: URL: https://github.com/apache/spark/pull/28593#issuecomment-636336921 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 #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28593: URL: https://github.com/apache/spark/pull/28593#issuecomment-636336921 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 #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

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

[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-05-30 Thread GitBox
yaooqinn commented on a change in pull request #28674: URL: https://github.com/apache/spark/pull/28674#discussion_r432844471 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -39,15 +39,22 @@ trait

[GitHub] [spark] yaooqinn commented on a change in pull request #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

2020-05-30 Thread GitBox
yaooqinn commented on a change in pull request #28673: URL: https://github.com/apache/spark/pull/28673#discussion_r432843144 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -118,6 +118,31 @@ trait

[GitHub] [spark] yaooqinn commented on a change in pull request #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

2020-05-30 Thread GitBox
yaooqinn commented on a change in pull request #28673: URL: https://github.com/apache/spark/pull/28673#discussion_r432843144 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelper.scala ## @@ -118,6 +118,31 @@ trait

[GitHub] [spark] AmplabJenkins removed a comment on pull request #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #27440: URL: https://github.com/apache/spark/pull/27440#issuecomment-636324322 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 #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #27440: URL: https://github.com/apache/spark/pull/27440#issuecomment-636324322 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 #27440: [SPARK-27951][SQL] Support ANSI SQL NTH_VALUE window function

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

2020-05-30 Thread GitBox
AmplabJenkins commented on pull request #28647: URL: https://github.com/apache/spark/pull/28647#issuecomment-636321651 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 #28647: [SPARK-31828][SQL] Retain table properties at CreateTableLikeCommand

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28673: URL: https://github.com/apache/spark/pull/28673#issuecomment-636320076 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 #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

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

[GitHub] [spark] SparkQA removed a comment on pull request #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

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

[GitHub] [spark] SparkQA commented on pull request #28673: [SPARK-31867][SQL] Fix silent data change for datetime formatting

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

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

2020-05-30 Thread GitBox
AmplabJenkins removed a comment on pull request #28680: URL: https://github.com/apache/spark/pull/28680#issuecomment-636317390 Can one of the admins verify this patch? This is an automated message from the Apache Git

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

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

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

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

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

2020-05-30 Thread GitBox
liucht-inspur opened a new pull request #28680: URL: https://github.com/apache/spark/pull/28680 ### What changes were proposed in this pull request? update the url "../images/sort_asc.png" to"./images/sort_asc.png" ### Why are the changes needed? The icon could not

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28607: [SPARK-24634][SS] Add a new metric regarding number of inputs later than watermark plus allowed delay

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28607: [SPARK-24634][SS] Add a new metric regarding number of inputs later than watermark plus allowed delay

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

[GitHub] [spark] AmplabJenkins commented on pull request #28607: [SPARK-24634][SS] Add a new metric regarding number of inputs later than watermark plus allowed delay

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

[GitHub] [spark] SparkQA removed a comment on pull request #28607: [SPARK-24634][SS] Add a new metric regarding number of inputs later than watermark plus allowed delay

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

[GitHub] [spark] SparkQA commented on pull request #28607: [SPARK-24634][SS] Add a new metric regarding number of inputs later than watermark plus allowed delay

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28593: [SPARK-31710][SQL] Fail casting numeric to timestamp by default

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

  1   2   >