Skip to content

Commit 17505de

Browse files
committed
dummy sql commit
1 parent e33b978 commit 17505de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import org.apache.spark.api.java.JavaRDD
4747
* A `SchemaRDD` can also be created by loading data in from external sources.
4848
* Examples are loading data from Parquet files by using by using the
4949
* `parquetFile` method on [[SQLContext]], and loading JSON datasets
50-
* by using `jsonFile` and `jsonRDD` methods on [[SQLContext]].
50+
* by using `jsonFile` and `jsonRDD` methods on [[SQLContext]]. Yo.
5151
*
5252
* == SQL Queries ==
5353
* A SchemaRDD can be registered as a table in the [[SQLContext]] that was used to create it. Once

0 commit comments

Comments
 (0)