cruise
cruise copied to clipboard
Implement equals() of DAGImpl
By implementing equals()
of DAGImpl
, we can simply check whether two ETPlan
s are same.
With this feature, we can simplify the PlanCompilerTest
that will be introduced in #1122.