Skip to content
Snippets Groups Projects
Commit 40f49795 authored by Hongbo Liu's avatar Hongbo Liu Committed by Sean Owen
Browse files

[SQL][Minor] fix typo in comments

Removed an repeated "from" in the comments.

Author: Hongbo Liu <liuhb86@gmail.com>

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

e280e7c [Hongbo Liu] [SQL][Minor] fix typo in comments
parent 35b25640
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment