vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 4 forks source link

Compiling an OVER query should also generate a semigroup data structure #77

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

Currently the compiler generates code using UnimplementedSemiGroup, which can cause a crash at runtime.