We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7790e commit f45408fCopy full SHA for f45408f
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala
@@ -659,8 +659,7 @@ object HiveTypeCoercion {
659
}
660
661
/**
662
- * Casts types according to the expected input types for Expressions that have the trait
663
- * [[ImplicitCastInputTypes]].
+ * Casts types according to the expected input types for [[Expression]]s.
664
*/
665
object ImplicitTypeCasts extends Rule[LogicalPlan] {
666
def apply(plan: LogicalPlan): LogicalPlan = plan transformAllExpressions {
0 commit comments