You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/13 03:46:41 UTC

[GitHub] [spark] leanken opened a new pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] revert code that not use passed-in SparkSession to get SQLConf.

leanken opened a new pull request #30364:
URL: https://github.com/apache/spark/pull/30364


   ### What changes were proposed in this pull request?
   
   Revert code that does not use passed-in SparkSession to get SQLConf in [SPARK-33140]. The change scope of [SPARK-33140] change passed-in SQLConf instance and place using SparkSession to get SQLConf to be unified to use SQLConf.get. And the code reverted in the patch, the passed-in SparkSession was not about to get SQLConf, but using its catalog, it's better to be consistent.
   
   ### Why are the changes needed?
   
   Potential regression bug.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Existing UT.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727788257


   **[Test build #131138 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131138/testReport)** for PR 30364 at commit [`5cd23d7`](https://github.com/apache/spark/commit/5cd23d7836b17a400fc224afd691c79418352afb).


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726513070






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727866187






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727983136


   **[Test build #131142 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131142/testReport)** for PR 30364 at commit [`5cd23d7`](https://github.com/apache/spark/commit/5cd23d7836b17a400fc224afd691c79418352afb).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class CoalesceShufflePartitions(session: SparkSession) extends Rule[SparkPlan] `
     * `class FallBackFileSourceV2(sparkSession: SparkSession) extends Rule[LogicalPlan] `
     * `class ResolveSQLOnFile(sparkSession: SparkSession) extends Rule[LogicalPlan] `
     * `case class PlanDynamicPruningFilters(sparkSession: SparkSession)`
     * `case class PlanSubqueries(sparkSession: SparkSession) extends Rule[SparkPlan] `
     * `class DetermineTableStats(session: SparkSession) extends Rule[LogicalPlan] `


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726501284


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35639/
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan closed pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
cloud-fan closed pull request #30364:
URL: https://github.com/apache/spark/pull/30364


   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727821317


   **[Test build #131142 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131142/testReport)** for PR 30364 at commit [`5cd23d7`](https://github.com/apache/spark/commit/5cd23d7836b17a400fc224afd691c79418352afb).


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727848744


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35746/
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726590505


   **[Test build #131033 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131033/testReport)** for PR 30364 at commit [`16dc179`](https://github.com/apache/spark/commit/16dc179e82af0c44bc78b02c3ce3ea01dc48acb1).
    * This patch **fails due to an unknown error code, -9**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class FindDataSourceTable(sparkSession: SparkSession) extends Rule[LogicalPlan] `
     * `case class PreprocessTableCreation(sparkSession: SparkSession) extends Rule[LogicalPlan] `
     * `class ResolveHiveSerdeTable(session: SparkSession) extends Rule[LogicalPlan] `


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727824819






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727866161


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35746/
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727866187






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726591066






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726591070


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/131033/
   Test FAILed.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726591066


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727809769


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/131138/
   Test FAILed.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727824797


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35741/
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727809578


   **[Test build #131138 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131138/testReport)** for PR 30364 at commit [`5cd23d7`](https://github.com/apache/spark/commit/5cd23d7836b17a400fc224afd691c79418352afb).
    * This patch **fails due to an unknown error code, -9**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class CoalesceShufflePartitions(session: SparkSession) extends Rule[SparkPlan] `
     * `class FallBackFileSourceV2(sparkSession: SparkSession) extends Rule[LogicalPlan] `
     * `class ResolveSQLOnFile(sparkSession: SparkSession) extends Rule[LogicalPlan] `
     * `case class PlanDynamicPruningFilters(sparkSession: SparkSession)`
     * `case class PlanSubqueries(sparkSession: SparkSession) extends Rule[SparkPlan] `
     * `class DetermineTableStats(session: SparkSession) extends Rule[LogicalPlan] `


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727809756






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727809756


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727818623


   retest this please


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727821317


   **[Test build #131142 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131142/testReport)** for PR 30364 at commit [`5cd23d7`](https://github.com/apache/spark/commit/5cd23d7836b17a400fc224afd691c79418352afb).


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727788257


   **[Test build #131138 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131138/testReport)** for PR 30364 at commit [`5cd23d7`](https://github.com/apache/spark/commit/5cd23d7836b17a400fc224afd691c79418352afb).


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726513002


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35639/
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727933553


   GA passed, merging to master, thanks!
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727824819






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727987292






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726513070






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726490934


   **[Test build #131033 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131033/testReport)** for PR 30364 at commit [`16dc179`](https://github.com/apache/spark/commit/16dc179e82af0c44bc78b02c3ce3ea01dc48acb1).


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] leanken commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
leanken commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726490044


   @cloud-fan FYI.


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727809400


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35741/
   


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-726490934


   **[Test build #131033 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131033/testReport)** for PR 30364 at commit [`16dc179`](https://github.com/apache/spark/commit/16dc179e82af0c44bc78b02c3ce3ea01dc48acb1).


----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30364: [SPARK-33140][SQL][FOLLOW-UP] Revert code that not use passed-in SparkSession to get SQLConf.

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30364:
URL: https://github.com/apache/spark/pull/30364#issuecomment-727987292






----------------------------------------------------------------
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 the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org