wiedld commented on issue #13652:
URL: https://github.com/apache/datafusion/issues/13652#issuecomment-2563033771

   For the [physical 
optimization](https://docs.rs/datafusion/43.0.0/datafusion/physical_optimizer/trait.PhysicalOptimizerRule.html)
 invariants, we have that the [output physical plan schema cannot 
change](https://datafusion.apache.org/contributor-guide/specification/invariants.html#physical-schema-is-invariant-under-physical-optimization);
 meaning the output results cannot change, but how we get the results can.
   
   What else should be included as a responsibility/check?


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to