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
thrownewIllegalArgumentException(funcName + " the number of eventKey, eventTypes, eventForms and eventExtraParams (if set) must have the same length.");
52
+
thrownewIllegalArgumentException("the number of eventKey, eventTypes, eventForms and eventExtraParams (if set) must have the same length.");
53
53
}
54
54
}
55
55
inteventNum = eventSchemes.size();
@@ -72,7 +72,7 @@ public EventHandler(List<EventScheme> eventSchemes, List<String> eventTimeKeys,
72
72
// prepare eventInfos
73
73
StringBuildererrMsg = newStringBuilder();
74
74
if (!checkSchema(expandEventSchemes, expandTimeKeys, commonKeys, errMsg))
0 commit comments