Github user BenFradet commented on a diff in the pull request:
https://github.com/apache/spark/pull/10060#discussion_r47007033
--- Diff: docs/sql-programming-guide.md ---
@@ -9,18 +9,51 @@ title: Spark SQL and DataFrames
# Overview
-Spark SQL is a Spark module for structured data processing. It provides a
programming abstraction called DataFrames and can also act as distributed SQL
query engine.
+Spark SQL is a Spark module for structured data processing. Unlike the
basic Spark RDD API, the interfaces provided
+by Spark SQL provide Spark with more about the structure of both the data
and the computation being performed. Internally,
--- End diff --
Is there a word missing between "more" and "about" like information?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]