HPCC-12541 Preserve ORDERED() Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -12426,7 +12426,7 @@ extern IHqlExpression * createCompound(node_operator op, const HqlExprArray & ac
if (op == no_compound)
return createCompound(actions);
else
- return createActionList(actions);
+ return createActionList(op, actions);
}
extern IHqlExpression * createComma(IHqlExpression * expr1, IHqlExpression * expr2)