[GitHub] [spark] ScrapCodes opened a new pull request #30616: [SPARK-33668][k8s][Test] Fix flaky test "Verify logging configuration is picked from the provided...

2020-12-04 Thread GitBox
ScrapCodes opened a new pull request #30616: URL: https://github.com/apache/spark/pull/30616 ### What changes were proposed in this pull request? Fix flaky test "Verify logging configuration is picked from the provided SPARK_CONF_DIR/log4j.properties." ### Why

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739140020 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36864/

[GitHub] [spark] AmplabJenkins commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739140020 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36864/

[GitHub] [spark] MaxGekk commented on pull request #30615: [SPARK-33667][SQL] Respect the `spark.sql.caseSensitive` config while resolving partition spec in v1 `SHOW PARTITIONS`

2020-12-04 Thread GitBox
MaxGekk commented on pull request #30615: URL: https://github.com/apache/spark/pull/30615#issuecomment-739139214 @dongjoon-hyun @HyukjinKwon @cloud-fan Could you review this bug fix, please. This is an automated message from

[GitHub] [spark] SparkQA commented on pull request #30615: [SPARK-33667][SQL] Respect the `spark.sql.caseSensitive` config while resolving partition spec in v1 `SHOW PARTITIONS`

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739138897 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132263/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-739138900 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36863/

[GitHub] [spark] AmplabJenkins commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739138897 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132263/

[GitHub] [spark] AmplabJenkins commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-739138900 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36863/

[GitHub] [spark] MaxGekk commented on a change in pull request #30615: [SPARK-33667][SQL] Respect case sensitivity in V1 SHOW PARTITIONS

2020-12-04 Thread GitBox
MaxGekk commented on a change in pull request #30615: URL: https://github.com/apache/spark/pull/30615#discussion_r536534256 ## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala ## @@ -1006,20 +1006,18 @@ case class ShowPartitionsCommand(

[GitHub] [spark] MaxGekk opened a new pull request #30615: [SPARK-33667][SQL] Respect case sensitivity in V1 SHOW PARTITIONS

2020-12-04 Thread GitBox
MaxGekk opened a new pull request #30615: URL: https://github.com/apache/spark/pull/30615 ### What changes were proposed in this pull request? Preprocess the partition spec passed to the V1 SHOW PARTITIONS implementation `ShowPartitionsCommand`, and normalize the passed spec according

[GitHub] [spark] SparkQA removed a comment on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

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

[GitHub] [spark] SparkQA commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

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

[GitHub] [spark] SparkQA commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

2020-12-04 Thread GitBox
SparkQA commented on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-739137225 Kubernetes integration test status failure URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/36863/

[GitHub] [spark] viirya commented on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

2020-12-04 Thread GitBox
viirya commented on pull request #30608: URL: https://github.com/apache/spark/pull/30608#issuecomment-739136834 > This PR also fixes incorrect string interpolation for "Exception when attempting to uncache $name" You mean #30609? I don't see the patch in this PR. Would you like to

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30610: URL: https://github.com/apache/spark/pull/30610#issuecomment-739135722 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132258/

[GitHub] [spark] AmplabJenkins commented on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30610: URL: https://github.com/apache/spark/pull/30610#issuecomment-739135722 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132258/

[GitHub] [spark] SparkQA removed a comment on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

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

[GitHub] [spark] SparkQA commented on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

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

[GitHub] [spark] SparkQA removed a comment on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-739135469 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132262/

[GitHub] [spark] AmplabJenkins commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-739135469 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132262/

[GitHub] [spark] SparkQA commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739135009 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36862/

[GitHub] [spark] SparkQA commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
SparkQA commented on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739135007 Kubernetes integration test status failure URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/36862/

[GitHub] [spark] AmplabJenkins commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739135009 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36862/

[GitHub] [spark] luluorta commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
luluorta commented on pull request #30614: URL: https://github.com/apache/spark/pull/30614#issuecomment-739134643 cc @cloud-fan @leanken This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark] SparkQA commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

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

[GitHub] [spark] SparkQA commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30597: URL: https://github.com/apache/spark/pull/30597#issuecomment-739134106 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132257/

[GitHub] [spark] AmplabJenkins commented on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30597: URL: https://github.com/apache/spark/pull/30597#issuecomment-739134106 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132257/

[GitHub] [spark] SparkQA commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

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

[GitHub] [spark] dongjoon-hyun commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
dongjoon-hyun commented on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739132238 Since the root cause is still under investigation, I'll convert this to `Draft`. This is an automated

[GitHub] [spark] dongjoon-hyun edited a comment on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
dongjoon-hyun edited a comment on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739131655 Hi, @HyukjinKwon . This is a best effort approach to try to reduce the point of failure. How do you think about this? For now, GitHub Action is still not good

[GitHub] [spark] dongjoon-hyun commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
dongjoon-hyun commented on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739131655 Hi, @HyukjinKwon . This is a best effort approach to try to reduce the point of failure. How do you think about this?

[GitHub] [spark] SparkQA removed a comment on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

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

[GitHub] [spark] SparkQA commented on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

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

[GitHub] [spark] SparkQA commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

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

[GitHub] [spark] yaooqinn commented on pull request #30586: [SPARK-33641][SQL] Invalidate new char/varchar types in public APIs that produce incorrect results

2020-12-04 Thread GitBox
yaooqinn commented on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-739130357 retest this please This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [spark] SparkQA commented on pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739128980 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132259/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30609: [MINOR][SQL] Fix string interpolation in CommandUtils.scala

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30609: URL: https://github.com/apache/spark/pull/30609#issuecomment-739128979 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36861/

[GitHub] [spark] AmplabJenkins commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739128980 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132259/

[GitHub] [spark] AmplabJenkins commented on pull request #30609: [MINOR][SQL] Fix string interpolation in CommandUtils.scala

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30609: URL: https://github.com/apache/spark/pull/30609#issuecomment-739128979 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36861/

[GitHub] [spark] SparkQA commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

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

[GitHub] [spark] SparkQA removed a comment on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

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

[GitHub] [spark] imback82 commented on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

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

[GitHub] [spark] luluorta opened a new pull request #30614: [SPARK-33614][SQL] Fix the constant folding rule to skip it if the expression fails to execute

2020-12-04 Thread GitBox
luluorta opened a new pull request #30614: URL: https://github.com/apache/spark/pull/30614 ### What changes were proposed in this pull request? This PR suppresses constant folding for expressions which throw exceptions (mostly in ansi mode). ### Why are the changes needed?

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30608: URL: https://github.com/apache/spark/pull/30608#issuecomment-739124276 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132253/

[GitHub] [spark] AmplabJenkins commented on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30608: URL: https://github.com/apache/spark/pull/30608#issuecomment-739124276 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132253/

[GitHub] [spark] SparkQA removed a comment on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

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

[GitHub] [spark] SparkQA commented on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739123125 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36860/

[GitHub] [spark] AmplabJenkins commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30613: URL: https://github.com/apache/spark/pull/30613#issuecomment-739123125 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36860/

[GitHub] [spark] SparkQA commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30612: [WIP][TEST]

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30612: URL: https://github.com/apache/spark/pull/30612#issuecomment-739117715 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132251/

[GitHub] [spark] AmplabJenkins commented on pull request #30612: [WIP][TEST]

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30612: URL: https://github.com/apache/spark/pull/30612#issuecomment-739117715 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132251/

[GitHub] [spark] SparkQA removed a comment on pull request #30612: [WIP][TEST]

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30610: URL: https://github.com/apache/spark/pull/30610#issuecomment-739117495 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36859/

[GitHub] [spark] SparkQA commented on pull request #30612: [WIP][TEST]

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

[GitHub] [spark] AmplabJenkins commented on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30610: URL: https://github.com/apache/spark/pull/30610#issuecomment-739117495 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36859/

[GitHub] [spark] SparkQA commented on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30590: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and rel

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30590: URL: https://github.com/apache/spark/pull/30590#issuecomment-739116451 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132256/

[GitHub] [spark] AmplabJenkins commented on pull request #30590: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and reloading

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30590: URL: https://github.com/apache/spark/pull/30590#issuecomment-739116451 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132256/

[GitHub] [spark] SparkQA removed a comment on pull request #30590: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and reloading

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

[GitHub] [spark] SparkQA commented on pull request #30590: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and reloading

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

[GitHub] [spark] SparkQA commented on pull request #30609: [MINOR][SQL] Fix string interpolation in CommandUtils.scala

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29695: [SPARK-22390][SPARK-32833][SQL] [WIP]JDBC V2 Datasource aggregate push down

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30573: [SPARK-26341][WEBUI]Expose executor memory metrics at the stage level, in the Stages tab

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30573: URL: https://github.com/apache/spark/pull/30573#issuecomment-739115605 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132255/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30597: URL: https://github.com/apache/spark/pull/30597#issuecomment-739115604 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36858/

[GitHub] [spark] AmplabJenkins commented on pull request #30573: [SPARK-26341][WEBUI]Expose executor memory metrics at the stage level, in the Stages tab

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30573: URL: https://github.com/apache/spark/pull/30573#issuecomment-739115605 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132255/

[GitHub] [spark] AmplabJenkins commented on pull request #29695: [SPARK-22390][SPARK-32833][SQL] [WIP]JDBC V2 Datasource aggregate push down

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #29695: URL: https://github.com/apache/spark/pull/29695#issuecomment-739115606 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132250/

[GitHub] [spark] AmplabJenkins commented on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30597: URL: https://github.com/apache/spark/pull/30597#issuecomment-739115604 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36858/

[GitHub] [spark] SparkQA commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

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

[GitHub] [spark] imback82 commented on pull request #30609: [MINOR][SQL] Fix string interpolation in CommandUtils.scala

2020-12-04 Thread GitBox
imback82 commented on pull request #30609: URL: https://github.com/apache/spark/pull/30609#issuecomment-739114508 retest this please This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark] SparkQA commented on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

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

[GitHub] [spark] SparkQA removed a comment on pull request #29695: [SPARK-22390][SPARK-32833][SQL] [WIP]JDBC V2 Datasource aggregate push down

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

[GitHub] [spark] SparkQA commented on pull request #29695: [SPARK-22390][SPARK-32833][SQL] [WIP]JDBC V2 Datasource aggregate push down

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

[GitHub] [spark] SparkQA removed a comment on pull request #30573: [SPARK-26341][WEBUI]Expose executor memory metrics at the stage level, in the Stages tab

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

[GitHub] [spark] SparkQA commented on pull request #30573: [SPARK-26341][WEBUI]Expose executor memory metrics at the stage level, in the Stages tab

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

[GitHub] [spark] dongjoon-hyun closed pull request #30595: [SPARK-33651][SQL] Allow CREATE EXTERNAL TABLE with LOCATION for data source tables

2020-12-04 Thread GitBox
dongjoon-hyun closed pull request #30595: URL: https://github.com/apache/spark/pull/30595 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

[GitHub] [spark] SparkQA commented on pull request #30613: [SPARK-33666][SQL][TEST] Use a dedicate JVM for HiveThriftHttpServerSuite

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30597: URL: https://github.com/apache/spark/pull/30597#issuecomment-73901 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132248/

[GitHub] [spark] AmplabJenkins commented on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30597: URL: https://github.com/apache/spark/pull/30597#issuecomment-73901 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132248/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #29966: [SPARK-33084][CORE][SQL] Add jar support ivy path

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #29966: URL: https://github.com/apache/spark/pull/29966#issuecomment-739110962 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132254/

[GitHub] [spark] SparkQA removed a comment on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

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

[GitHub] [spark] AmplabJenkins commented on pull request #29966: [SPARK-33084][CORE][SQL] Add jar support ivy path

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #29966: URL: https://github.com/apache/spark/pull/29966#issuecomment-739110962 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132254/

[GitHub] [spark] SparkQA removed a comment on pull request #29966: [SPARK-33084][CORE][SQL] Add jar support ivy path

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30611: [SPARK-33141][SQL][FOLLOW-UP] Fix Scala 2.13 compilation

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30611: URL: https://github.com/apache/spark/pull/30611#issuecomment-739110842 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132249/

[GitHub] [spark] SparkQA commented on pull request #30597: [SPARK-33652][SQL] DSv2: DeleteFrom should refresh cache

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

[GitHub] [spark] dongjoon-hyun opened a new pull request #30613: [SPARK-33666][SQL][TEST] Use a decidate JVM for HiveThriftHttpServerSuite

2020-12-04 Thread GitBox
dongjoon-hyun opened a new pull request #30613: URL: https://github.com/apache/spark/pull/30613 … ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change?

[GitHub] [spark] AmplabJenkins commented on pull request #30611: [SPARK-33141][SQL][FOLLOW-UP] Fix Scala 2.13 compilation

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30611: URL: https://github.com/apache/spark/pull/30611#issuecomment-739110842 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132249/

[GitHub] [spark] SparkQA commented on pull request #29966: [SPARK-33084][CORE][SQL] Add jar support ivy path

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

[GitHub] [spark] SparkQA removed a comment on pull request #30611: [SPARK-33141][SQL][FOLLOW-UP] Fix Scala 2.13 compilation

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

[GitHub] [spark] SparkQA commented on pull request #30611: [SPARK-33141][SQL][FOLLOW-UP] Fix Scala 2.13 compilation

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

[GitHub] [spark] SparkQA commented on pull request #30610: [SPARK-33664][SQL] Migrate ALTER TABLE ... RENAME TO to use UnresolvedTableOrView to resolve identifier

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

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30590: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and rel

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30590: URL: https://github.com/apache/spark/pull/30590#issuecomment-739108760 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36857/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30608: [SPARK-33663][SQL] Uncaching should not be called on non-existing temp views.

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30608: URL: https://github.com/apache/spark/pull/30608#issuecomment-739108761 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36854/

[GitHub] [spark] AmplabJenkins removed a comment on pull request #30312: [SPARK-32917][SHUFFLE][CORE] Adds support for executors to push shuffle blocks after successful map task completion

2020-12-04 Thread GitBox
AmplabJenkins removed a comment on pull request #30312: URL: https://github.com/apache/spark/pull/30312#issuecomment-739108762 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/132252/

[GitHub] [spark] AmplabJenkins commented on pull request #30590: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and reloading

2020-12-04 Thread GitBox
AmplabJenkins commented on pull request #30590: URL: https://github.com/apache/spark/pull/30590#issuecomment-739108760 Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/36857/

  1   2   3   4   5   6   7   8   >