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
Un-deprecate with_default_selectivity per reviewer feedback
The reviewer pointed out that with_default_selectivity() simply updates a field
and doesn't need the overhead of creating a new FilterExec via the builder.
Restored the original efficient implementation.
Only with_projection() and with_batch_size() remain deprecated, as they
benefit from the builder pattern's single property computation.
- Restored original with_default_selectivity implementation
- Updated upgrading.md to reflect only 2 deprecated methods
- All 114 filter tests passing
- No clippy warnings
0 commit comments