Replies: 1 comment 1 reply
-
@everettVT this is super interesting! The in-memory / dictionary catalog is currently read-only and was created as a replacement to some naive and early sql things. You cannot create a table, and each registered table in a memory catalog is effectively a view. We absolutely want to have a full in-memory catalog implementation. For now, are |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
extra_cols = (entity_id, is_active, step)
extra_cols
before collecting for maximum logical plan optimization.Questions:
Q1: When is the Daft team expecting to add an in-memory Catalog
Q2: Am I crazy for trying this?
Code
Beta Was this translation helpful? Give feedback.
All reactions