Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
@@ -157,6 +157,7 @@ public:
case TAKhttp_rowdataset:
case TAKdistributed:
case TAKtrace:
+ case TAKemptyaction:
ret = new CMasterActivity(this);
break;
case TAKskipcatch:
@@ -670,6 +670,9 @@ public:
case TAKsimpleaction:
ret = createNullSlave(this);
+ ret = createNullSinkSlave(this);
+ break;
case TAKtopn:
if (queryGrouped())
ret = createGroupedTopNSlave(this);