From b8528d462477de613cc02e34e46ce1d225803352 Mon Sep 17 00:00:00 2001 From: Vitalii Hromyk Date: Fri, 30 Jan 2026 18:46:46 +0200 Subject: [PATCH 1/2] website: add declarative pipeline support to Spark SQL highlights --- index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 188ced0d6c8..13405a1563c 100644 --- a/index.md +++ b/index.md @@ -308,16 +308,20 @@ head(select(df, df$name.first))
-
+
Adaptive Query Execution

Spark SQL adapts the execution plan at runtime, such as automatically setting the number of reducers and join algorithms.

-
+
Support for ANSI SQL

Use the same SQL you’re already comfortable with.

+
+
+ Declarative Pipeline Support +

Use SQL with Spark Declarative Pipelines for easier dependency management and views for streaming or batch.

-
+
Structured and unstructured data

Spark SQL works on structured tables and unstructured data such as JSON or images.

From 6fd65cb63ef63055d959cb153f971df11c351373 Mon Sep 17 00:00:00 2001 From: Vitalii Hromyk Date: Tue, 3 Feb 2026 17:42:17 +0200 Subject: [PATCH 2/2] website: generate HTML after updating index.md --- site/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/site/index.html b/site/index.html index d5b8be2b894..63f5b64a8f6 100644 --- a/site/index.html +++ b/site/index.html @@ -455,16 +455,20 @@

What is Apache Spark?
-
+
Adaptive Query Execution

Spark SQL adapts the execution plan at runtime, such as automatically setting the number of reducers and join algorithms.

-
+
Support for ANSI SQL

Use the same SQL you’re already comfortable with.

+
+
+ Declarative Pipeline Support +

Use SQL with Spark Declarative Pipelines for easier dependency management and views for streaming or batch.

-
+
Structured and unstructured data

Spark SQL works on structured tables and unstructured data such as JSON or images.