allisonwang-db commented on code in PR #46991:
URL: https://github.com/apache/spark/pull/46991#discussion_r1640199285


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/CallMethodViaReflection.scala:
##########
@@ -177,7 +182,7 @@ case class CallMethodViaReflection(
   @transient private lazy val buffer = new Array[Object](argExprs.length)
 
   override protected def withNewChildrenInternal(
-    newChildren: IndexedSeq[Expression]): CallMethodViaReflection = 
copy(children = newChildren)
+                                                  newChildren: 
IndexedSeq[Expression]): CallMethodViaReflection = copy(children = newChildren)

Review Comment:
   ditto



##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/CallMethodViaReflection.scala:
##########
@@ -59,11 +62,11 @@ import org.apache.spark.util.Utils
   since = "2.0.0",
   group = "misc_funcs")
 case class CallMethodViaReflection(
-      children: Seq[Expression],
-      failOnError: Boolean = true)
+                                    children: Seq[Expression],
+                                    failOnError: Boolean = true)

Review Comment:
   nit: style



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