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

Test default calcite planner with SLT #147

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

Fixes #146 This makes it unnecessary to install and configure Postgres, the HSQLDB database is an in-memory Java database built especially for testing.

mihaibudiu commented 1 year ago

I plan to contribute the CalciteExecutor back to the Calcite project, but that will entail some work to remove all dependencies on our own libraries.