Change-Id: I7e3eb8bea00518ad71fd0b63d6fd9c440a536993
This commit is contained in:
EmmyMiao87
2020-10-16 15:35:15 +08:00
committed by GitHub
parent 21e7428999
commit fa28542da8

View File

@ -68,7 +68,7 @@ public class SingleNodePlannerTest {
}
};
SingleNodePlanner singleNodePlanner = new SingleNodePlanner(plannerContext);
Deencapsulation.invoke(singleNodePlanner, "materializeBaseTableRefResultForCrossJoinOrCountStar",
Deencapsulation.invoke(singleNodePlanner, "materializeSlotForEmptyMaterializedTableRef",
baseTableRef, analyzer);
}
}