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
Description:
parameterOverloads annotation help to perform compile time validation for input parameters (for siddhi execution extension). It checks for possible parameterOverloads and print an exception if there is no any matches.
See below exception trace, this could be improved by adding bit more contextual information of the exception. (such as possible supported parameterOverloads).
BayesianClassificationUpdaterStreamProcessorExtension TestCase - number of classes is not int
There is no parameterOverload for 'streamingml:updateBayesianClassification' that matches attribute types '[STRING, DOUBLE, STRING, STRING, DOUBLE, DOUBLE, DOUBLE, INT]'.
Affected Siddhi Version:
v5.0.2
The text was updated successfully, but these errors were encountered:
Description:
parameterOverloads annotation help to perform compile time validation for input parameters (for siddhi execution extension). It checks for possible parameterOverloads and print an exception if there is no any matches.
See below exception trace, this could be improved by adding bit more contextual information of the exception. (such as possible supported parameterOverloads).
Affected Siddhi Version:
v5.0.2
The text was updated successfully, but these errors were encountered: