Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1454#discussion_r171021699
--- Diff: core/sql/optimizer/RelExpr.cpp ---
@@ -11388,8 +11388,9 @@ void RelRoot::setMvBindContext(MvBindContext *
pMvBindContext)
pMvBindContextForScope_ = pMvBindContext;
}
-void RelRoot::addOneRowAggregates(BindWA* bindWA)
+NABoolean RelRoot::addOneRowAggregates(BindWA* bindWA, NABoolean
forceGroupByAgg)
{
+ NABoolean GroupByAggNodeAdded = FALSE;
--- End diff --
Done; changed it to start with lower case letter
---