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/04/24 07:39:12 UTC

spark git commit: Fixed a typo from the previous commit.

Repository: spark
Updated Branches:
  refs/heads/master d3a302def -> 4c722d77a


Fixed a typo from the previous commit.


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

Branch: refs/heads/master
Commit: 4c722d77ae7e77eeaa7531687fa9bd6050344d18
Parents: d3a302d
Author: Reynold Xin <rx...@databricks.com>
Authored: Thu Apr 23 22:39:00 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Thu Apr 23 22:39:00 2015 -0700

----------------------------------------------------------------------
 .../src/main/scala/org/apache/spark/sql/types/DataType.scala       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4c722d77/sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala
----------------------------------------------------------------------
diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala b/sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala
index 06bff7d..0992a7c 100644
--- a/sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala
+++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala
@@ -41,7 +41,7 @@ import org.apache.spark.util.Utils
 @DeveloperApi
 abstract class DataType {
   /**
-   * Enables matching against NumericType for expressions:
+   * Enables matching against DataType for expressions:
    * {{{
    *   case Cast(child @ BinaryType(), StringType) =>
    *     ...


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