Repository: spark
Updated Branches:
  refs/heads/master 35b25640a -> 40f49795e


[SQL][Minor] fix typo in comments

Removed an repeated "from" in the comments.

Author: Hongbo Liu <[email protected]>

Closes #4976 from liuhb86/mine and squashes the following commits:

e280e7c [Hongbo Liu] [SQL][Minor] fix typo in comments


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

Branch: refs/heads/master
Commit: 40f49795e2624326dd4e38eedbf63d35860ea00e
Parents: 35b2564
Author: Hongbo Liu <[email protected]>
Authored: Wed Mar 11 12:18:24 2015 +0000
Committer: Sean Owen <[email protected]>
Committed: Wed Mar 11 12:19:13 2015 +0000

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/40f49795/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala
----------------------------------------------------------------------
diff --git 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala
 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala
index 109671b..7e191ad 100644
--- 
a/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala
+++ 
b/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala
@@ -63,7 +63,7 @@ abstract class TreeNode[BaseType <: TreeNode[BaseType]] {
 
   /**
    * Faster version of equality which short-circuits when two treeNodes are 
the same instance.
-   * We don't just override Object.Equals, as doing so prevents the scala 
compiler from from
+   * We don't just override Object.equals, as doing so prevents the scala 
compiler from
    * generating case class `equals` methods
    */
   def fastEquals(other: TreeNode[_]): Boolean = {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to