panbingkun commented on code in PR #48595:
URL: https://github.com/apache/spark/pull/48595#discussion_r1810259602
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/json/JsonExpressionEvalUtils.scala:
##########
@@ -64,7 +64,7 @@ case class JsonToStructsEvaluator(
nullableSchema: DataType,
nameOfCorruptRecord: String,
timeZoneId: Option[String],
- variantAllowDuplicateKeys: Boolean) extends Serializable {
Review Comment:
It is not related to this PR, as we used the `case class` here, which
implements `Serializable` by default, so we can remove it.
--
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]