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

int64 should correspond to SQL BigInt #74

Closed lalithsuresh closed 1 year ago

vmwclabot commented 1 year ago

@lalithsuresh, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

mihaibudiu commented 1 year ago

Turns out it's almost impossible to do unsigned arithmetic in standard sql. Haven't explored if Calcite can do it.