Skip to content

Commit 202627f

Browse files
andykmarmbrus
authored andcommitted
[DOCS][SQL] Fix broken link to Row class scaladoc
Author: Andy Konwinski <[email protected]> Closes #3323 from andyk/patch-2 and squashes the following commits: 4699fdc [Andy Konwinski] Fix broken link to Row class scaladoc (cherry picked from commit cec1116) Signed-off-by: Michael Armbrust <[email protected]>
1 parent 84cc0a2 commit 202627f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Spark SQL Programming Guide
1414
Spark SQL allows relational queries expressed in SQL, HiveQL, or Scala to be executed using
1515
Spark. At the core of this component is a new type of RDD,
1616
[SchemaRDD](api/scala/index.html#org.apache.spark.sql.SchemaRDD). SchemaRDDs are composed of
17-
[Row](api/scala/index.html#org.apache.spark.sql.catalyst.expressions.Row) objects, along with
17+
[Row](api/scala/index.html#org.apache.spark.sql.package@Row:org.apache.spark.sql.catalyst.expressions.Row.type) objects, along with
1818
a schema that describes the data types of each column in the row. A SchemaRDD is similar to a table
1919
in a traditional relational database. A SchemaRDD can be created from an existing RDD, a [Parquet](http://parquet.io)
2020
file, a JSON dataset, or by running HiveQL against data stored in [Apache Hive](http://hive.apache.org/).

0 commit comments

Comments
 (0)