You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/05/31 08:49:46 UTC

spark git commit: [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD

Repository: spark
Updated Branches:
  refs/heads/master 084fef76e -> 8764dcceb


[SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD

Author: Cheng Lian <li...@databricks.com>

Closes #6529 from liancheng/schemardd-deprecation-fix and squashes the following commits:

49765c2 [Cheng Lian] Adds @deprecated Scaladoc entry for SchemaRDD


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8764dcce
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8764dcce
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8764dcce

Branch: refs/heads/master
Commit: 8764dccebd44292ab6f6834640199aad451459c5
Parents: 084fef7
Author: Cheng Lian <li...@databricks.com>
Authored: Sat May 30 23:49:42 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Sat May 30 23:49:42 2015 -0700

----------------------------------------------------------------------
 sql/core/src/main/scala/org/apache/spark/sql/package.scala | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8764dcce/sql/core/src/main/scala/org/apache/spark/sql/package.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/package.scala b/sql/core/src/main/scala/org/apache/spark/sql/package.scala
index 3f97a11..4e94fd0 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/package.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/package.scala
@@ -44,6 +44,7 @@ package object sql {
 
   /**
    * Type alias for [[DataFrame]]. Kept here for backward source compatibility for Scala.
+   * @deprecated As of 1.3.0, replaced by `DataFrame`.
    */
   @deprecated("1.3.0", "use DataFrame")
   type SchemaRDD = DataFrame


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org