sgrebnov commented on code in PR #23677:
URL: https://github.com/apache/datafusion/pull/23677#discussion_r3625659493


##########
datafusion/physical-optimizer/src/output_requirements.rs:
##########


Review Comment:
   Thank you @neilconway - 
[updated](https://github.com/apache/datafusion/pull/23677/changes/5e426bab02abae7aae02b4830f6dc4fc9f413ece)
   
   Before
   >/// Note that this rule should run at the beginning. It is idempotent: when
       /// invoked on a plan that is already topped by an 
`OutputRequirementExec`,
       /// it returns the plan unchanged.
   
   After
   >/// Note that this rule should run at the beginning. It is idempotent: when
       /// invoked on a plan that already contains an `OutputRequirementExec` 
(at
       /// the root or below it), it returns the plan unchanged.



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