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
This removes the self-imposed `non_exhaustive` limitation on `LogicalPlan` types so that we can construct plan nodes without going through the `try_new` methods, wthich imposes Datafusion dialect semantics.
We should upstream this change.
0 commit comments