cloud-fan commented on a change in pull request #31859:
URL: https://github.com/apache/spark/pull/31859#discussion_r600210008
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/AnsiTypeCoercion.scala
##########
@@ -191,9 +194,35 @@ object AnsiTypeCoercion extends TypeCoercionBase {
case (DateType, TimestampType) => Some(TimestampType)
// When we reach here, input type is not acceptable for any types in
this type collection,
Review comment:
This is not true, right? When we reach here, it means multiple types in
the collection is suitable and we need to find the closest one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]