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

We cannot support very large Decimal (Numeric) values #121

Open mihaibudiu opened 1 year ago

mihaibudiu commented 1 year ago

There is no Rust library that supports big decimal values correctly. Until there is one, we have to limit ourselves to 128-bit decimals.