cloud-fan commented on code in PR #40616:
URL: https://github.com/apache/spark/pull/40616#discussion_r1154114177
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/AnsiTypeCoercion.scala:
##########
@@ -288,6 +290,82 @@ object AnsiTypeCoercion extends TypeCoercionBase {
}
}
+ // Please see the comments in `TypeCoercion.ResolveBinaryArithmetic`.
+ object ResolveBinaryArithmetic extends TypeCoercionRule {
Review Comment:
is it possible to do some code sharing?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]