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
[SPARK-51326][CONNECT] Remove LazyExpression proto message
### What changes were proposed in this pull request?
Removes `LazyExpression` proto message.
As any feature using this proto message is not released yet, it's safe to remove it from master and branch-4.0.
### Why are the changes needed?
Discussed offline and found out that Spark Connect should work without it.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
The existing tests should pass.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#50093 from ueshin/issues/SPARK-51326/lazy_expression.
Authored-by: Takuya Ueshin <[email protected]>
Signed-off-by: Takuya Ueshin <[email protected]>
0 commit comments