Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix shares column receiving wrong name and type
when using an agg function like sum(), if a name is not provided, the column will be called 'sum'. I'm not sure why, the type of the summed column with a numeric column, which is incompatible with an int8 field that maps to a i64 in rust.
- Loading branch information