Github user zellerh commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/291#discussion_r51333778
--- 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 --
You can add this to your ~/.emacs file:
(setq-default indent-tabs-mode nil)
---
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.
---