Matthis Gördel created SPARK-58407:
--------------------------------------

             Summary: 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


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