You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/06/12 00:55:47 UTC

git commit: HOTFIX: Forgot to remove false change in previous commit

Repository: spark
Updated Branches:
  refs/heads/master 14e6dc94f -> d45e0c6b9


HOTFIX: Forgot to remove false change in previous commit


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

Branch: refs/heads/master
Commit: d45e0c6b986b54129313fc4a44c741ab4b04462d
Parents: 14e6dc9
Author: Patrick Wendell <pw...@gmail.com>
Authored: Wed Jun 11 15:55:41 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Jun 11 15:55:41 2014 -0700

----------------------------------------------------------------------
 sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d45e0c6b/sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala b/sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
index 44b19bc..7ad8edf 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala
@@ -33,7 +33,6 @@ import org.apache.spark.api.java.JavaRDD
 import java.util.{Map => JMap}
 
 /**
- * ***FALSE CHANGE***
  * :: AlphaComponent ::
  * An RDD of [[Row]] objects that has an associated schema. In addition to standard RDD functions,
  * SchemaRDDs can be used in relational queries, as shown in the examples below.