olaky commented on code in PR #46280:
URL: https://github.com/apache/spark/pull/46280#discussion_r1582837435
##########
sql/api/src/main/scala/org/apache/spark/sql/types/DataType.scala:
##########
@@ -251,13 +262,25 @@ object DataType {
messageParameters = Map("invalidType" -> compact(render(other))))
}
- private def parseStructField(json: JValue): StructField = json match {
+ /**
+ * This method is public so that the UC can reliably serialize and
deserialize StructFields.
Review Comment:
UC?
--
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]