Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/13592#discussion_r66566175
--- Diff: docs/sql-programming-guide.md ---
@@ -184,20 +175,20 @@ showDF(df)
</div>
-## DataFrame Operations
+## Untyped Dataset Operations
-DataFrames provide a domain-specific language for structured data
manipulation in [Scala](api/scala/index.html#org.apache.spark.sql.DataFrame),
[Java](api/java/index.html?org/apache/spark/sql/DataFrame.html),
[Python](api/python/pyspark.sql.html#pyspark.sql.DataFrame) and
[R](api/R/DataFrame.html).
+Datasets provide an untyped domain-specific language for structured data
manipulation in [Scala](api/scala/index.html#org.apache.spark.sql.Dataset),
[Java](api/java/index.html?org/apache/spark/sql/Dataset.html),
[Python](api/python/pyspark.sql.html#pyspark.sql.DataFrame) and
[R](api/R/DataFrame.html).
--- End diff --
this is pretty confusing because it makes it sound like in Python and R
people should also program Datasets.
---
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]