You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constauto mo = moName.second.get_value<std::string>();
234
+
if (!mo.empty()) {
235
+
dss.subInputs.push_back(std::move(mo));
236
+
} else {
237
+
ILOG(Warning, Ops) << "Data source of type Task with name: " << dss.name << " contains empty mo, ignoring, but configuration should be fixed." << ENDM;
constauto mo = moName.second.get_value<std::string>();
254
+
if (!mo.empty()) {
255
+
dss.subInputs.push_back(std::move(mo));
256
+
} else {
257
+
ILOG(Warning, Ops) << "Data source of type TaskMovingWindow with name: " << dss.name << " contains empty mo, ignoring, but configuration should be fixed." << ENDM;
ILOG(Warning, Ops) << "Data source of type Check with name: " << dss.name << " contains empty qo, ignoring, but configuration should be fixed." << ENDM;
ILOG(Warning, Ops) << "Data source of type Aggregator with name: " << dss.name << " contains empty qo, ignoring, but configuration should be fixed." << ENDM;
0 commit comments