microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

callmewhy opened this issue · comments

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

This has been fixed.