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

Wenchen Fan resolved SPARK-58407.
---------------------------------
    Fix Version/s: 4.3.0
       Resolution: Fixed

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

> Fix connect.SessionQueryTest spark lifecycle
> --------------------------------------------
>
>                 Key: SPARK-58407
>                 URL: https://issues.apache.org/jira/browse/SPARK-58407
>             Project: Spark
>          Issue Type: Test
>          Components: Connect, SQL, Tests
>    Affects Versions: 4.2.0
>            Reporter: Matthis Gördel
>            Assignee: Matthis Gördel
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.3.0
>
>
> Currently, the following is broken in {{connect.SessionQueryTest}}:
> package ...sql.connect
> {code:java}
> class Foo extends sql.Foo with SessionQueryTest {
>   override protected def beforeAll = {
>     super.beforeAll()
>     spark.sql("SELECT 1") // crashes as spark is null
>   }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to