提交 81c9b5c9 编写于 作者: J Jesse Zhang 提交者: Chris Hajas

Revert "Revert "Added a GPDB_92_MERGE_FIXME to avoid compilation failure""

This reverts commit 9a3f05b9.
上级 40225f4a
......@@ -776,7 +776,8 @@ CDXLNode *
CTranslatorQueryToDXL::PdxlnCTAS()
{
GPOS_ASSERT(CMD_SELECT == m_pquery->commandType);
GPOS_ASSERT(NULL != m_pquery->intoClause);
// GPDB_92_MERGE_FIXME: we should plumb through the intoClause
// GPOS_ASSERT(NULL != m_pquery->intoClause);
m_fCTASQuery = true;
CDXLNode *pdxlnQuery = PdxlnFromQueryInternal();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册