Github user mateiz commented on a diff in the pull request:
https://github.com/apache/spark/pull/248#discussion_r11230907
--- Diff: docs/sql-programming-guide.md ---
@@ -8,21 +8,41 @@ title: Spark SQL Programming Guide
{:toc}
# Overview
+
+<div class="codetabs">
+<div data-lang="scala" markdown="1">
+
Spark SQL allows relational queries expressed in SQL, HiveQL, or Scala to
be executed using
Spark. At the core of this component is a new type of RDD,
[SchemaRDD](api/sql/core/index.html#org.apache.spark.sql.SchemaRDD).
SchemaRDDs are composed
-[Row](api/sql/catalyst/index.html#org.apache.spark.sql.catalyst.expressions.Row)
objects along with
+[Row](api/sql/core/index.html#org.apache.spark.sql.api.java.Row) objects
along with
--- End diff --
Why is the Scala documentation linking to the Java Row class?
---
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.
---