HPCC-11430 Prevent stack fault when parameter not substituted Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -2826,6 +2826,7 @@ void calculateDatasetMeta(CHqlMetaInfo & meta, IHqlExpression * expr)
meta.setUnknownGrouping();
break;
case no_externalcall:
+ case no_external:
if (isGrouped(expr))
//No support for grouping?
@@ -6549,6 +6549,8 @@ ABoundActivity * HqlCppTranslator::buildActivity(BuildCtx & ctx, IHqlExpression
case no_executewhen:
result = doBuildActivityExecuteWhen(ctx, expr, isRoot);
+ case no_param:
+ throwUnexpectedX("Create Parameter as an activity");
case no_thor:
UNIMPLEMENTED;