miland-db commented on code in PR #45615:
URL: https://github.com/apache/spark/pull/45615#discussion_r1533420973


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala:
##########
@@ -71,8 +71,7 @@ import org.apache.spark.util.ArrayImplicits._
   since = "1.5.0",
   group = "string_funcs")
 // scalastyle:on line.size.limit
-case class ConcatWs(children: Seq[Expression])
-  extends Expression with ImplicitCastInputTypes {
+case class ConcatWs(children: Seq[Expression]) extends Expression with 
ImplicitCastInputTypes {

Review Comment:
   I can do that, but all scala style tests are failing then.



-- 
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]

Reply via email to