cloud-fan commented on code in PR #52347:
URL: https://github.com/apache/spark/pull/52347#discussion_r2472606841


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveRowLevelCommandAssignments.scala:
##########
@@ -76,7 +81,8 @@ object ResolveRowLevelCommandAssignments extends 
Rule[LogicalPlan] {
     }
   }
 
-  private def resolveAssignments(p: LogicalPlan): LogicalPlan = {
+  private def resolveAssignments(
+      p: LogicalPlan): LogicalPlan = {

Review Comment:
   ```suggestion
     private def resolveAssignments(p: LogicalPlan): LogicalPlan = {
   ```



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