Xiao-zhen-Liu commented on code in PR #4158:
URL: https://github.com/apache/texera/pull/4158#discussion_r2696578682


##########
amber/src/main/scala/org/apache/texera/amber/engine/architecture/controller/WorkflowScheduler.scala:
##########
@@ -45,7 +45,7 @@ class WorkflowScheduler(
       // CostBasedRegionPlanGenerator considers costs to try to find an 
optimal plan.
       new CostBasedScheduleGenerator(
         workflowContext,
-        physicalPlan,
+        physicalPlan.copy(executionMode = 
workflowContext.workflowSettings.executionMode),

Review Comment:
   Pasta does not modify the physical plan. We can still keep the physical plan 
immutable for this PR by pushing the logic of marking all edges as materialized 
inside Pasta.



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

Reply via email to