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
Scripted metric currently only supports primitives, Strings, Maps, and Arrays for return types. Sets seem like a logical addition to this list, as basic java container types. It might seem surprising to a user for HashMap to work but HashSet not to.
Scripted metric currently only supports primitives, Strings, Maps, and Arrays for return types. Sets seem like a logical addition to this list, as basic java container types. It might seem surprising to a user for HashMap to work but HashSet not to.