[Feature] Hybrid execution for conditional eager/lazy execution #491
xcharleslin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you have a materialized dataframe
df
and then calldf.filter()
, we should consider having it return results right away (instead of "dataframe not materialized", which is what it would do now).We should figure out the conditions under which we should do this (dataframe has to be materialized, and maybe the subset of methods that are purely accessors).
Beta Was this translation helpful? Give feedback.
All reactions