Skip to content

Commit f45408f

Browse files
committed
Comment update.
1 parent aa7790e commit f45408f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,7 @@ object HiveTypeCoercion {
659659
}
660660

661661
/**
662-
* Casts types according to the expected input types for Expressions that have the trait
663-
* [[ImplicitCastInputTypes]].
662+
* Casts types according to the expected input types for [[Expression]]s.
664663
*/
665664
object ImplicitTypeCasts extends Rule[LogicalPlan] {
666665
def apply(plan: LogicalPlan): LogicalPlan = plan transformAllExpressions {

0 commit comments

Comments
 (0)