[GIE/Physical] Return PhysicalPlan
rather than JobRequest
when Compiler call buildPhysicalPlan()
function
#2910
Labels
PhysicalPlan
rather than JobRequest
when Compiler call buildPhysicalPlan()
function
#2910
Describe the bug
As titled. When building a physical plan, compiler would call
buildPhysicalPlan()
function in ir core. However, currently, this function returnsJobRequest
, which is a Pegasus job request. Fix it by returning aPhysicalPlan
, and let Compiler build aJobRequest
if it is for Pegasus.The text was updated successfully, but these errors were encountered: