alamb commented on issue #14029:
URL: https://github.com/apache/datafusion/issues/14029#issuecomment-2573905410

   For example, if we added a function like this to the `ExecutionPlan` trait, 
as proposed in 
https://github.com/apache/datafusion/pull/13986#discussion_r1901312798 I think 
that would permit implementing the invariant check without any more work as I 
understand it
   
   ```rust
   impl ExecutionPlan {
   ...
       fn check_node_invariants(&self, invariant_level: InvariantLevel) -> 
Result<()> 
         Ok(())
       }
   ...
   }
   ```


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