Github user liancheng commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13592#discussion_r66663638
  
    --- 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 --
    
    Updated. The current strategy is only use "Dataset" when it's clearly in 
the context of Java and/or Scala API.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to