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

    https://github.com/apache/spark/pull/13577#discussion_r66529939
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala ---
    @@ -346,15 +346,68 @@ class SQLContext private[sql](val sparkSession: 
SparkSession)
         sparkSession.createDataFrame(rowRDD, schema, needsConversion)
       }
     
    -
    +  /**
    +   * Creates a [[Dataset]] from a local Seq of data of a given type. This 
method requires an
    +   * encoder (to convert a JVM object of type `T` to and from the internal 
Spark SQL representation)
    +   * that is generally created automatically through implicits from a 
`SparkSession`, or can be
    +   * created explicitly by calling static methods on [[Encoders]].
    +   *
    +   * == Example ==
    --- End diff --
    
    what does this look like when it is rendered? 


---
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]

Reply via email to