Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/20980#discussion_r182734997
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala
---
@@ -357,7 +357,8 @@ object JavaTypeInference {
}
}
- private def serializerFor(inputObject: Expression, typeToken:
TypeToken[_]): Expression = {
+ private[catalyst] def serializerFor(
+ inputObject: Expression, typeToken: TypeToken[_]): Expression = {
--- End diff --
NIT: put `typeToken` on a new line?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]