HyukjinKwon commented on code in PR #39097:
URL: https://github.com/apache/spark/pull/39097#discussion_r1051507461
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/csvExpressions.scala:
##########
@@ -245,8 +245,8 @@ case class StructsToCsv(
options: Map[String, String],
child: Expression,
timeZoneId: Option[String] = None)
- extends UnaryExpression with TimeZoneAwareExpression with CodegenFallback
with ExpectsInputTypes
- with NullIntolerant {
+ extends UnaryExpression with TimeZoneAwareExpression with ExpectsInputTypes
+ with NullIntolerant with Serializable {
Review Comment:
Case class is serializable so won't need `with Serializable `.
--
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]