David Sisson created SPARK-48401:
------------------------------------
Summary: Spark Connect Go Session Type cannot be used in complex
code
Key: SPARK-48401
URL: https://issues.apache.org/jira/browse/SPARK-48401
Project: Spark
Issue Type: Improvement
Components: Connect
Affects Versions: 3.5.1
Reporter: David Sisson
The return type of a Spark Session builder is an unexported type. This means
that code cannot pass around a sql.sparkSession to perform more complex tasks
(for instance, a routine that sets up a set of temporary views for later
processing on).
spark, err := sql.SparkSession.Builder.Remote(*remote).Build()
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]