Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yicong-Huang committed Dec 17, 2024
1 parent 713bebb commit a570361
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ package edu.uci.ics.amber.engine.architecture.scheduling
import edu.uci.ics.amber.core.executor.OpExecInitInfo
import edu.uci.ics.amber.core.storage.result.{OpResultStorage, ResultStorage}
import edu.uci.ics.amber.core.tuple.Schema
import edu.uci.ics.amber.core.workflow.{PhysicalOp, PhysicalPlan, SchemaPropagationFunc, WorkflowContext}
import edu.uci.ics.amber.core.workflow.{
PhysicalOp,
PhysicalPlan,
SchemaPropagationFunc,
WorkflowContext
}
import edu.uci.ics.amber.engine.architecture.scheduling.ScheduleGenerator.replaceVertex
import edu.uci.ics.amber.engine.architecture.scheduling.resourcePolicies.{DefaultResourceAllocator, ExecutionClusterInfo}
import edu.uci.ics.amber.engine.architecture.scheduling.resourcePolicies.{
DefaultResourceAllocator,
ExecutionClusterInfo
}
import edu.uci.ics.amber.operator.sink.managed.ProgressiveSinkOpDesc
import edu.uci.ics.amber.operator.source.cache.CacheSourceOpExec
import edu.uci.ics.amber.virtualidentity.{OperatorIdentity, PhysicalOpIdentity, WorkflowIdentity}
Expand Down Expand Up @@ -186,7 +194,7 @@ abstract class ScheduleGenerator(
matWriterLogicalOpId: OperatorIdentity,
physicalLink: PhysicalLink
): PhysicalOp = {
val opResultStorage = ResultStorage.getOpResultStorage(workflowContext.workflowId)
val opResultStorage = ResultStorage.getOpResultStorage(workflowContext.workflowId)
PhysicalOp
.sourcePhysicalOp(
workflowContext.workflowId,
Expand Down

0 comments on commit a570361

Please sign in to comment.