Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Jun 23, 2020
1 parent dc86b82 commit a38d656
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -1885,7 +1885,8 @@ class Analyzer(
}

/**
* Replaces [[UnresolvedFunction]]s and [[UnresolvedFunc]]s with concrete [[Expression]]s.
* Replaces [[UnresolvedFunc]]s with concrete [[LogicalPlan]]s.
* Replaces [[UnresolvedFunction]]s with concrete [[Expression]]s.
*/
object ResolveFunctions extends Rule[LogicalPlan] {
val trimWarningEnabled = new AtomicBoolean(true)
Expand Down

0 comments on commit a38d656

Please sign in to comment.