Github user zellerh commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/291#discussion_r51220419
--- Diff: core/sql/optimizer/NormRelExpr.cpp ---
@@ -7050,8 +7077,8 @@ void RelRoot::recomputeOuterReferences()
child(0)->getGroupAttr()->getCharacteristicInputs().
getLeafValuesForCoverTest(leafValues, emptyGA, emptySet);
CMPASSERT((getGroupAttr()->getCharacteristicInputs().contains
- (child(0)->getGroupAttr()->getCharacteristicInputs())) ||
- (getGroupAttr()->getCharacteristicInputs().contains
(leafValues)));
+ (child(0)->getGroupAttr()->getCharacteristicInputs())) ||
--- End diff --
Message from the TAB police, if you can, configure your editor to put
spaces instead of tabs. The good news is that they are configured as 8 spaces
:-)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---