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
Describe the bug
When string values are used with mvcount(), it returns an error:
[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "size(ipaddress)" due to data type mismatch: Parameter 1 requires the ("ARRAY" or "MAP") type, however "ipaddress" has the type "STRING".;
Expected behavior
If a column has a string value, it should be counted as 1. If there's no values, then NULL should be returned.
How to reproduce
index=crud earliest=-5y
| spath
| eval test = mvcount(ipaddress)
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When string values are used with
mvcount()
, it returns an error:Expected behavior
If a column has a string value, it should be counted as 1. If there's no values, then NULL should be returned.
How to reproduce
Screenshots
Software version
pth_10 version: 8.4.2
pth_06 version: 3.3.4
pth_03 version: 9.3.0
Additional context
The text was updated successfully, but these errors were encountered: