Skip to content

Commit

Permalink
Comment update.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jul 15, 2015
1 parent aa7790e commit f45408f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,7 @@ object HiveTypeCoercion {
}

/**
* Casts types according to the expected input types for Expressions that have the trait
* [[ImplicitCastInputTypes]].
* Casts types according to the expected input types for [[Expression]]s.
*/
object ImplicitTypeCasts extends Rule[LogicalPlan] {
def apply(plan: LogicalPlan): LogicalPlan = plan transformAllExpressions {
Expand Down

0 comments on commit f45408f

Please sign in to comment.