bogao007 commented on code in PR #50926:
URL: https://github.com/apache/spark/pull/50926#discussion_r2093731322


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala:
##########
@@ -811,7 +811,7 @@ abstract class SparkStrategies extends 
QueryPlanner[SparkPlan] {
           isStreaming = true,
           hasInitialState,
           planLater(initialState),
-          t.rightAttributes,
+          t.rightAttributes(),

Review Comment:
   Because we have changed the `rightAttributes` to take parameters, even 
though the parameter has a default value, the compiler still requires 
parentheses



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