[GitHub] [spark] tanelk opened a new pull request #30018: [SPARK-33122][SQL] Remove redundant aggregates in the Optimzier

2020-10-12 Thread GitBox
tanelk opened a new pull request #30018: URL: https://github.com/apache/spark/pull/30018 ### What changes were proposed in this pull request? Added optimizer rule `RemoveRedundantAggregates`. It removes redundant aggregates from a query plan. A redundant aggregate is an

[GitHub] [spark] SparkQA commented on pull request #29792: [SPARK-32858][SQL] UnwrapCastInBinaryComparison: support other numeric types

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

[GitHub] [spark] AmplabJenkins commented on pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707324055 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 #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707324055 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 #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
SparkQA commented on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707324042 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34308/

[GitHub] [spark] SparkQA commented on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707319635 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 #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707319635 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 #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
SparkQA commented on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707319619 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34307/

[GitHub] [spark] SparkQA commented on pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
SparkQA commented on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707316427 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34308/

[GitHub] [spark] SparkQA commented on pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
SparkQA commented on pull request #30012: URL: https://github.com/apache/spark/pull/30012#issuecomment-707311997 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34307/

[GitHub] [spark] SparkQA removed a comment on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

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

[GitHub] [spark] AmplabJenkins commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707309278 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 #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707309278 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 #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

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

[GitHub] [spark] sunchao commented on a change in pull request #29959: [SPARK-32381][CORE][SQL][FOLLOWUP] More cleanup on HadoopFSUtils

2020-10-12 Thread GitBox
sunchao commented on a change in pull request #29959: URL: https://github.com/apache/spark/pull/29959#discussion_r503493043 ## File path: core/src/main/scala/org/apache/spark/util/HadoopFSUtils.scala ## @@ -207,18 +166,14 @@ private[spark] object HadoopFSUtils extends Logging

[GitHub] [spark] AmplabJenkins commented on pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29855: URL: https://github.com/apache/spark/pull/29855#issuecomment-707307030 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 #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

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

[GitHub] [spark] SparkQA commented on pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

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

[GitHub] [spark] SparkQA commented on pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

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

[GitHub] [spark] AmplabJenkins commented on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29995: URL: https://github.com/apache/spark/pull/29995#issuecomment-707297786 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 #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29995: URL: https://github.com/apache/spark/pull/29995#issuecomment-707297786 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 #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

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

[GitHub] [spark] SparkQA commented on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29092: [SPARK-32295][SQL] Add not null and size > 0 filters before inner explode to benefit from predicate pushdown

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29092: URL: https://github.com/apache/spark/pull/29092#issuecomment-707293693 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 #29092: [SPARK-32295][SQL] Add not null and size > 0 filters before inner explode to benefit from predicate pushdown

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29092: URL: https://github.com/apache/spark/pull/29092#issuecomment-707293693 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 #29092: [SPARK-32295][SQL] Add not null and size > 0 filters before inner explode to benefit from predicate pushdown

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

[GitHub] [spark] SparkQA commented on pull request #29092: [SPARK-32295][SQL] Add not null and size > 0 filters before inner explode to benefit from predicate pushdown

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

[GitHub] [spark] SparkQA commented on pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

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

[GitHub] [spark] planga82 commented on a change in pull request #30014: [SPARK-33118][SQL] CREATE TEMPORARY TABLE fails with location

2020-10-12 Thread GitBox
planga82 commented on a change in pull request #30014: URL: https://github.com/apache/spark/pull/30014#discussion_r503475781 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/SparkSqlParserSuite.scala ## @@ -160,6 +160,15 @@ class SparkSqlParserSuite

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707268117 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 #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

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

[GitHub] [spark] AmplabJenkins commented on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707268117 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 #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] AmplabJenkins commented on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29933: URL: https://github.com/apache/spark/pull/29933#issuecomment-707258719 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 #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] SparkQA removed a comment on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29995: URL: https://github.com/apache/spark/pull/29995#issuecomment-707256000 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 #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
SparkQA commented on pull request #29995: URL: https://github.com/apache/spark/pull/29995#issuecomment-707255972 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34305/

[GitHub] [spark] AmplabJenkins commented on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29995: URL: https://github.com/apache/spark/pull/29995#issuecomment-707256000 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 #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29855: URL: https://github.com/apache/spark/pull/29855#issuecomment-707252274 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 #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

2020-10-12 Thread GitBox
SparkQA commented on pull request #29855: URL: https://github.com/apache/spark/pull/29855#issuecomment-707252239 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34306/

[GitHub] [spark] AmplabJenkins commented on pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

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

[GitHub] [spark] dbtsai commented on pull request #29843: [SPARK-29250][BUILD] Upgrade to Hadoop 3.2.1 and move to shaded client

2020-10-12 Thread GitBox
dbtsai commented on pull request #29843: URL: https://github.com/apache/spark/pull/29843#issuecomment-707247213 @HeartSaVioR I believe @dongjoon-hyun also agreed if Hadoop 3 client is fully compatible with Hadoop 2 clusters, we should plan to remove Hadoop 2.7 client in Spark to simplify

[GitHub] [spark] SparkQA commented on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
SparkQA commented on pull request #29995: URL: https://github.com/apache/spark/pull/29995#issuecomment-707246872 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34305/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707245897 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 #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
SparkQA commented on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707245875 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34303/

[GitHub] [spark] AmplabJenkins commented on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

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

[GitHub] [spark] cloud-fan commented on pull request #28026: [SPARK-31257][SQL] Unify create table syntax

2020-10-12 Thread GitBox
cloud-fan commented on pull request #28026: URL: https://github.com/apache/spark/pull/28026#issuecomment-707245498 This branch has gone stale very far, so it's hard for me to make changes against this branch. If you insist on continuing this PR, I can wait for you and review it later.

[GitHub] [spark] SparkQA commented on pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

2020-10-12 Thread GitBox
SparkQA commented on pull request #29855: URL: https://github.com/apache/spark/pull/29855#issuecomment-707244739 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34306/

[GitHub] [spark] rdblue commented on pull request #28026: [SPARK-31257][SQL] Unify create table syntax

2020-10-12 Thread GitBox
rdblue commented on pull request #28026: URL: https://github.com/apache/spark/pull/28026#issuecomment-707240152 @cloud-fan, feel free to open a PR against my branch. That would be helpful. If you are instead suggesting a separate PR for Spark authored by you, then I would rather

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] viirya commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
viirya commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707239790 cc @cloud-fan This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [spark] SparkQA removed a comment on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29933: URL: https://github.com/apache/spark/pull/29933#issuecomment-707233019 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 #29797: [SPARK-32932][SQL] Do not use local shuffle reader at final stage on write command

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29797: [SPARK-32932][SQL] Do not use local shuffle reader at final stage on write command

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #29797: URL: https://github.com/apache/spark/pull/29797#issuecomment-707235054 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 #30014: [SPARK-33118][SQL] CREATE TEMPORARY TABLE fails with location

2020-10-12 Thread GitBox
cloud-fan commented on a change in pull request #30014: URL: https://github.com/apache/spark/pull/30014#discussion_r503423737 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/SparkSqlParserSuite.scala ## @@ -160,6 +160,15 @@ class SparkSqlParserSuite

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707237445 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 #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
SparkQA commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707237406 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34304/

[GitHub] [spark] AmplabJenkins commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

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

[GitHub] [spark] AmplabJenkins commented on pull request #29797: [SPARK-32932][SQL] Do not use local shuffle reader at final stage on write command

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

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
dongjoon-hyun commented on a change in pull request #30012: URL: https://github.com/apache/spark/pull/30012#discussion_r503420430 ## File path: .github/workflows/build_and_test.yml ## @@ -42,9 +42,11 @@ jobs: mllib-local, mllib, yarn, mesos,

[GitHub] [spark] SparkQA commented on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
SparkQA commented on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707234745 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34303/

[GitHub] [spark] SparkQA commented on pull request #29797: [SPARK-32932][SQL] Do not use local shuffle reader at final stage on write command

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

[GitHub] [spark] dongjoon-hyun commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
dongjoon-hyun commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707233230 cc @anuragmantri This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark] AmplabJenkins commented on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] cloud-fan commented on a change in pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
cloud-fan commented on a change in pull request #29983: URL: https://github.com/apache/spark/pull/29983#discussion_r503418293 ## File path: sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part1.sql.out ## @@ -141,17 +141,17 @@ struct +struct

[GitHub] [spark] dongjoon-hyun commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
dongjoon-hyun commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707232227 Thank you, @viirya . This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark] SparkQA commented on pull request #29933: [SPARK-26533][SQL] Support query auto timeout cancel on thriftserver

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

[GitHub] [spark] cloud-fan commented on a change in pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
cloud-fan commented on a change in pull request #29983: URL: https://github.com/apache/spark/pull/29983#discussion_r503417842 ## File path: sql/core/src/test/resources/sql-tests/results/udf/postgreSQL/udf-aggregates_part1.sql.out ## @@ -141,17 +141,17 @@ struct +struct

[GitHub] [spark] SparkQA commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
SparkQA commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707231289 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34304/

[GitHub] [spark] gemelen commented on a change in pull request #30007: [SPARK-33115][BUILD][DOCS] Fix javadoc errors in `kvstore` and `unsafe` modules

2020-10-12 Thread GitBox
gemelen commented on a change in pull request #30007: URL: https://github.com/apache/spark/pull/30007#discussion_r503416343 ## File path: common/kvstore/src/main/java/org/apache/spark/util/kvstore/InMemoryStore.java ## @@ -164,7 +164,7 @@ public void clear() { } /** -

[GitHub] [spark] tanelk commented on a change in pull request #29092: [SPARK-32295][SQL] Add not null and size > 0 filters before inner explode to benefit from predicate pushdown

2020-10-12 Thread GitBox
tanelk commented on a change in pull request #29092: URL: https://github.com/apache/spark/pull/29092#discussion_r503416308 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala ## @@ -122,6 +122,7 @@ abstract class

[GitHub] [spark] SparkQA commented on pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

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

[GitHub] [spark] cloud-fan commented on pull request #28026: [SPARK-31257][SQL] Unify create table syntax

2020-10-12 Thread GitBox
cloud-fan commented on pull request #28026: URL: https://github.com/apache/spark/pull/28026#issuecomment-707228025 Hi @rdblue , I've already ported the parser change of this PR to our internal fork and tested it with real queries, do you mind if I create a PR for the parser change first?

[GitHub] [spark] SparkQA commented on pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

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

[GitHub] [spark] gemelen commented on a change in pull request #29995: [SPARK-33080][BUILD] Replace fatal warnings snippet

2020-10-12 Thread GitBox
gemelen commented on a change in pull request #29995: URL: https://github.com/apache/spark/pull/29995#discussion_r503410206 ## File path: sql/catalyst/src/test/scala/org/apache/spark/sql/connector/InMemoryTable.scala ## @@ -114,18 +115,21 @@ class InMemoryTable(

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
dongjoon-hyun commented on a change in pull request #30012: URL: https://github.com/apache/spark/pull/30012#discussion_r503408898 ## File path: .github/workflows/build_and_test.yml ## @@ -42,9 +42,11 @@ jobs: mllib-local, mllib, yarn, mesos,

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
dongjoon-hyun commented on a change in pull request #30012: URL: https://github.com/apache/spark/pull/30012#discussion_r503408347 ## File path: .github/workflows/build_and_test.yml ## @@ -42,9 +42,11 @@ jobs: mllib-local, mllib, yarn, mesos,

[GitHub] [spark] Victsm commented on a change in pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

2020-10-12 Thread GitBox
Victsm commented on a change in pull request #29855: URL: https://github.com/apache/spark/pull/29855#discussion_r503408196 ## File path: common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/ExternalBlockHandler.java ## @@ -373,6 +427,54 @@ public

[GitHub] [spark] Victsm commented on a change in pull request #29855: [SPARK-32915][CORE] Network-layer and shuffle RPC layer changes to support push shuffle blocks

2020-10-12 Thread GitBox
Victsm commented on a change in pull request #29855: URL: https://github.com/apache/spark/pull/29855#discussion_r503407485 ## File path: common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/ExternalBlockHandler.java ## @@ -373,6 +427,54 @@ public

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #30012: [SPARK-XXX][INFRA] Rebalance GitHub Action jobs

2020-10-12 Thread GitBox
dongjoon-hyun commented on a change in pull request #30012: URL: https://github.com/apache/spark/pull/30012#discussion_r503407286 ## File path: .github/workflows/build_and_test.yml ## @@ -42,9 +42,11 @@ jobs: mllib-local, mllib, yarn, mesos,

[GitHub] [spark] viirya commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
viirya commented on pull request #30017: URL: https://github.com/apache/spark/pull/30017#issuecomment-707221573 cc @dongjoon-hyun This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [spark] SparkQA commented on pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

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

[GitHub] [spark] viirya opened a new pull request #30017: [SPARK-25271][SQL][2.4] Hive ctas commands should use data source if it is convertible

2020-10-12 Thread GitBox
viirya opened a new pull request #30017: URL: https://github.com/apache/spark/pull/30017 ### What changes were proposed in this pull request? In Spark 2.3.0 and previous versions, Hive CTAS command will convert to use data source to write data into the table when the

[GitHub] [spark] SparkQA commented on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30011: [WIP][SPARK-32281][SQL] Spark keep SORTED spec in metastore

2020-10-12 Thread GitBox
AmplabJenkins removed a comment on pull request #30011: URL: https://github.com/apache/spark/pull/30011#issuecomment-707209998 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 #30011: [WIP][SPARK-32281][SQL] Spark keep SORTED spec in metastore

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #30011: URL: https://github.com/apache/spark/pull/30011#issuecomment-707209998 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 #30011: [WIP][SPARK-32281][SQL] Spark keep SORTED spec in metastore

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

[GitHub] [spark] SparkQA commented on pull request #30011: [WIP][SPARK-32281][SQL] Spark keep SORTED spec in metastore

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

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

[GitHub] [spark] viirya commented on pull request #29975: [SPARK-33092][SQL] Support subexpression elimination in ProjectExec

2020-10-12 Thread GitBox
viirya commented on pull request #29975: URL: https://github.com/apache/spark/pull/29975#issuecomment-707208744 Thanks all! 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 #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
SparkQA commented on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707208116 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34302/

[GitHub] [spark] AmplabJenkins commented on pull request #29983: [SPARK-13860][SQL] Change statistical aggregate function to return null instead of Double.NaN when divideByZero

2020-10-12 Thread GitBox
AmplabJenkins commented on pull request #29983: URL: https://github.com/apache/spark/pull/29983#issuecomment-707208138 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 #29800: [SPARK-32934][SQL] Improve the performance for NTH_VALUE and reactor the OffsetWindowFunction

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

<    1   2   3   4   5   6   7   8   9   >