We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33b978 commit 17505deCopy full SHA for 17505de
sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
@@ -47,7 +47,7 @@ import org.apache.spark.api.java.JavaRDD
47
* A `SchemaRDD` can also be created by loading data in from external sources.
48
* Examples are loading data from Parquet files by using by using the
49
* `parquetFile` method on [[SQLContext]], and loading JSON datasets
50
- * by using `jsonFile` and `jsonRDD` methods on [[SQLContext]].
+ * by using `jsonFile` and `jsonRDD` methods on [[SQLContext]]. Yo.
51
*
52
* == SQL Queries ==
53
* A SchemaRDD can be registered as a table in the [[SQLContext]] that was used to create it. Once
0 commit comments