viirya commented on a change in pull request #27117: [SPARK-30429][SQL]
ValidateExternalType should not initiate errMsg in the constructor
URL: https://github.com/apache/spark/pull/27117#discussion_r363916332
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructType.scala
##########
@@ -407,8 +407,17 @@ case class StructType(fields: Array[StructField]) extends
DataType with Seq[Stru
override def catalogString: String = {
Review comment:
Thanks! I wan wanting to use `init` to make it looks simple. Now seems not
simpler than while loop...
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]