提交 e3b7956d 编写于 作者: V Venkatesh Raghavan

Remove calling of DXL Utils dummy function

上级 34b9a89b
......@@ -129,7 +129,7 @@ CTranslatorUtils::Pdxltabdesc
GPOS_RAISE(gpdxl::ExmaDXL, gpdxl::ExmiQuery2DXLUnsupportedFeature, GPOS_WSZ_LIT("Query over external partitions"));
}
CMDIdGPDB *pmdid = CDXLUtils::Pmdid(pmp, oidRel);
CMDIdGPDB *pmdid = GPOS_NEW(pmp) CMDIdGPDB(oidRel);
const IMDRelation *pmdrel = pmda->Pmdrel(pmdid);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册