Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21713#discussion_r200251401
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercion.scala
---
@@ -166,6 +166,30 @@ object TypeCoercion {
case (l, r) => None
}
+ private def mergeComplexTypes(
--- End diff --
nit: I would use similar naming conversion such as `findWiderTypeForComplex`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]