diff --git a/index.md b/index.md index 188ced0d6c..13405a1563 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.

diff --git a/site/index.html b/site/index.html index d5b8be2b89..63f5b64a8f 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.