Skip to content

Commit 0db9b37

Browse files
test
1 parent c61d4cf commit 0db9b37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/gporca/libgpopt/src/search/CGroupExpression.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ CGroupExpression::SetOptimizationLevel()
179179
// a sequence expression with a first child group that contains a CTE
180180
// producer gets a higher optimization level. This is to be sure that the
181181
// producer gets optimized before its consumers
182-
if (COperator::EopPhysicalSequence == m_pop->Eopid() ||
183-
COperator::EopPhysicalParallelSequence == m_pop->Eopid())
182+
if (COperator::EopPhysicalParallelSequence == m_pop->Eopid())
184183
{
185184
CGroup *pgroupFirst = (*this)[0];
186185
if (pgroupFirst->FHasCTEProducer())

0 commit comments

Comments
 (0)