Browse Source

HPCC-22409 Remove addGroup() which prevents expressions being reused

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 6 years ago
parent
commit
1d0b6321fc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ecl/hqlcpp/hqlcset.cpp

+ 0 - 1
ecl/hqlcpp/hqlcset.cpp

@@ -2229,7 +2229,6 @@ void HqlCppTranslator::buildSetAssign(BuildCtx & ctx, IHqlCppSetBuilder * builde
                 {
                     //Need a subcontext otherwise sizeof(target-row) gets cached.
                     BuildCtx subctx(ctx);       
-                    subctx.addGroup();
                     Owned<IReferenceSelector> selector = builder->buildCreateElement(subctx);
                     selector->set(subctx, expr->queryChild(i));
                     builder->finishElement(subctx);