Open
Description
When using the sum() aggregate function, for some reason it would return as a string and not as an integer as it should, and would have to cast it as an integer for it to return the correct value type. Is this intentional, and if so, what can I do to get the sum() function to return the correct type?