Github user kakaxi3019 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1474#discussion_r174657626
--- Diff: core/sql/optimizer/mdam.cpp ---
@@ -2002,7 +2002,8 @@ void Disjuncts::computeCommonPredicates()
inVidset.next(predId);
inVidset.advance(predId) )
{
- if(predId.getItemExpr()->getOperatorType() ==
ITM_RANGE_SPEC_FUNC )
+ //TRAFODION-2988
+ /*if(predId.getItemExpr()->getOperatorType() ==
ITM_RANGE_SPEC_FUNC )
--- End diff --
Thanks Dave,your suggestion is right.I will fix it and push again.
---