malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.96k stars 76 forks source link

rewrite symmetric aggregate implementation #1788

Closed lloydtabb closed 2 months ago

lloydtabb commented 2 months ago

We were getting some weird casting numeric problems. We now do all calculations as integers and avoid overflows.