pepijnve commented on code in PR #16398: URL: https://github.com/apache/datafusion/pull/16398#discussion_r2152853101
########## datafusion/physical-plan/src/execution_plan.rs: ########## @@ -881,6 +907,16 @@ impl PlanProperties { self } + pub fn with_scheduling_type(mut self, scheduling_type: SchedulingType) -> Self { + self.scheduling_type = scheduling_type; + self + } + + pub fn with_evaluation_type(mut self, drive_type: EvaluationType) -> Self { Review Comment: Added ########## datafusion/physical-plan/src/execution_plan.rs: ########## @@ -881,6 +907,16 @@ impl PlanProperties { self } + pub fn with_scheduling_type(mut self, scheduling_type: SchedulingType) -> Self { Review Comment: Added -- 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