Skip to content

Commit

Permalink
Landing page for Parameterized Queries new feature in 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklaskowski committed Mar 16, 2024
1 parent ecc4d00 commit cde31de
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
6 changes: 1 addition & 5 deletions docs/connect/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
status: new
---

# Spark Connect :material-new-box:{ title="New in 3.4.0" }
# Spark Connect

[Apache Spark 3.4](https://issues.apache.org/jira/browse/SPARK-39375) introduces **Spark Connect** module for a client-server interface for Apache Spark for remote connectivity to Spark clusters (using the DataFrame API and unresolved logical plans as the protocol based on [gRPC Java]({{ grpc.docs }})).

Expand Down
4 changes: 0 additions & 4 deletions docs/default-columns/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
status: new
---

# Default Columns :material-new-box:{ title="New in 3.4.0" }

[Apache Spark 3.4](https://issues.apache.org/jira/browse/SPARK-38334) introduces support for `DEFAULT` columns in the following SQL statements:
Expand Down
4 changes: 4 additions & 0 deletions docs/parameterized-queries/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Parameterized Queries
nav:
- index.md
- ...
7 changes: 7 additions & 0 deletions docs/parameterized-queries/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
status: new
---

# Parameterized Queries :material-new-box:{ title="New in 3.5.0" }

[BindParameters Logical Analysis Rule](../logical-analysis-rules/BindParameters.md)
6 changes: 1 addition & 5 deletions docs/table-valued-functions/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
status: new
---

# Table-Valued Functions :material-new-box:{ title="New in 3.4.0" }
# Table-Valued Functions

**Table-Valued Functions (TFVs)** are functions that return a table (as a [LogicalPlan](../logical-operators/LogicalPlan.md)) that can be used anywhere that a regular (scalar) table is allowed.

Expand Down
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ extra:
jira: https://issues.apache.org/jira/browse
# https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status
status:
new: New in 3.4.0
new350: New in 3.5.0
# There seem to be no use of any other 'new' markers
# as many 'new's would make the newest less visible
new: New in 3.5
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#tag-icons-and-identifiers
tags:
DeveloperApi: developerapi
Expand Down Expand Up @@ -216,9 +217,10 @@ nav:
- Broadcast Joins: spark-sql-joins-broadcast.md
- Logging: spark-logging.md
- ... | metadata-columns/**.md
- ... | parameterized-queries/**.md
- Partition File Metadata Caching:
- partition-file-metadata-caching/index.md
# spark-connect
# FIXME Rename to spark-connect?
- ... | connect/**.md
- ... | runtime-filtering/**.md
- ... | thrift-server/**.md
Expand Down

0 comments on commit cde31de

Please sign in to comment.