[
https://issues.apache.org/jira/browse/SPARK-58407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan reassigned SPARK-58407:
-----------------------------------
Assignee: Matthis Gördel
> 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
>
> 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]