portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

Cleanup the code for the SQL engine #227

Closed jspenger closed 1 year ago

jspenger commented 1 year ago

The code for the SQL engine is currently messy. We should clean up the code so that it looks a bit more reasonable.

Note:

Context:

We are currently working on merging the work on an SQL abstraction https://github.com/portals-project/portals/tree/pr216-merge into a clean state branch https://github.com/portals-project/portals/tree/portals-sql-experiment.

jspenger commented 1 year ago

Fixed to some extent in #236