You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For binder, we have too many local states, which are hard to track. e.g., for a BindXXX function, we should return a BoundXXX, instead of recording something inside the binder and use it later. This is prune to error.
We should have schema for each plan node from day one. Wrong schema is causing too many problems for us. The next refactoring should also enforce schema on all plan nodes.
The text was updated successfully, but these errors were encountered:
Let's borrow some code from https://github.com/cmu-db/bustub
BindXXX
function, we should return aBoundXXX
, instead of recording something inside the binder and use it later. This is prune to error.The text was updated successfully, but these errors were encountered: