[ 
https://issues.apache.org/jira/browse/SPARK-37638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-37638.
----------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 34893
[https://github.com/apache/spark/pull/34893]

> Use existing active Spark session instead of SparkSession.getOrCreate in 
> pandas API on Spark
> --------------------------------------------------------------------------------------------
>
>                 Key: SPARK-37638
>                 URL: https://issues.apache.org/jira/browse/SPARK-37638
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>    Affects Versions: 3.3.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> {code}
> >>> ps.range(10)
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; the 
> static sql configurations will not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; some 
> spark core configurations may not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; the 
> static sql configurations will not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; some 
> spark core configurations may not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; the 
> static sql configurations will not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; some 
> spark core configurations may not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; the 
> static sql configurations will not take effect.
> 21/12/14 16:12:58 WARN SparkSession: Using an existing SparkSession; some 
> spark core configurations may not take effect.
> ...
>    id
> 0   0
> 1   1
> 2   2
> 3   3
> 4   4
> 5   5
> 6   6
> 7   7
> 8   8
> 9   9
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to