microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

The return type of sum() should always return long instead of the type of input column #85

Closed callmewhy closed 1 year ago

callmewhy commented 1 year ago

Hi, for sum function, the returnType should always be long. For now it's the same type as input column. It's actually wrong:

image

mattwar commented 1 year ago

This has been fixed.