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
fix: wire unused plan fields, remove dead DataFusion code, fix clippy
- Route KV UPDATE/DELETE to KvOp instead of always DocumentOp
- Wire VectorSearch filters to rls_filters for pre-filtering
- Wire AUTO_TIER tiered flag to plan_tiered_scan via ConvertContext
- Handle NOT BETWEEN (negated) with OR(lt, gt) filter clauses
- Include KV scan next_cursor in response for pagination
- Serialize computed column projections to msgpack
- Remove dead DataFusion leftovers (sql_type_to_arrow_sql,
types_compatible, default_values_for_params, datafusion_integration test)
- Fix all clippy warnings (collapsible_if, redundant_closure,
type_complexity, let_and_return, collapsed match)
- Remove unused imports across workspace
- Fix invalid_body_syntax test for sqlparser compatibility
0 commit comments