Skip to content

Commit

Permalink
Spark Connect in Spark SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklaskowski committed Dec 21, 2024
1 parent 938b357 commit 7e27557
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/sql/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Spark SQL
nav:
- index.md
- ...
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/SparkSession.md → docs/sql/SparkSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ sessionUUID: String

`sessionUUID` is used when:

* `SparkConnectPlanner` is requested to [transformCachedLocalRelation](./server/SparkConnectPlanner.md#transformCachedLocalRelation)
* `SparkConnectPlanner` is requested to [transformCachedLocalRelation](../server/SparkConnectPlanner.md#transformCachedLocalRelation)
* `SessionHolder` is requested to `serverSessionId`
* `SparkConnectArtifactStatusesHandler` is requested to `cacheExists`
* `SparkConnectSessionManager` is requested to [getIsolatedSession](./server/SparkConnectSessionManager.md#getIsolatedSession), [getOrCreateIsolatedSession](./server/SparkConnectSessionManager.md#getOrCreateIsolatedSession)
* `SparkConnectSessionManager` is requested to [getIsolatedSession](../server/SparkConnectSessionManager.md#getIsolatedSession), [getOrCreateIsolatedSession](../server/SparkConnectSessionManager.md#getOrCreateIsolatedSession)
* `SparkSession` is requested to [addTag](#addTag), [sessionJobTag](#sessionJobTag)
* `ArtifactManager` is requested to _many things_
* `ExecutionListenerBus` is created (one per `SparkSession`) and requested to `doPostEvent`
Expand Down
4 changes: 4 additions & 0 deletions docs/sql/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Spark SQL

!!! note
Learn more in [The Internals of Spark SQL]({{ book.spark_sql }}).
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ nav:
- Internals:
- overview.md
- logging.md
- SparkSession.md
- SQLExecution.md
- ... | server/**.md
- ... | client/**.md
- ... | sql/**.md

0 comments on commit 7e27557

Please sign in to comment.