We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61d4cf commit 0db9b37Copy full SHA for 0db9b37
src/backend/gporca/libgpopt/src/search/CGroupExpression.cpp
@@ -179,8 +179,7 @@ CGroupExpression::SetOptimizationLevel()
179
// a sequence expression with a first child group that contains a CTE
180
// producer gets a higher optimization level. This is to be sure that the
181
// producer gets optimized before its consumers
182
- if (COperator::EopPhysicalSequence == m_pop->Eopid() ||
183
- COperator::EopPhysicalParallelSequence == m_pop->Eopid())
+ if (COperator::EopPhysicalParallelSequence == m_pop->Eopid())
184
{
185
CGroup *pgroupFirst = (*this)[0];
186
if (pgroupFirst->FHasCTEProducer())
0 commit comments