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
Add 13 Rust/SQLx test cases for selector-based ORE comparisons with index fallback:
- Tests for <, >, <=, >= operators with e->'selector' syntax
- Coverage for ore_cllw_u64_8 index type ($.n numeric selector)
- Coverage for ore_cllw_var_8 index type ($.hello string selector)
- Fallback behavior when requested index type missing
Includes new helper function get_ste_vec_selector_term() to extract selector terms using SQL helper functions, matching the pattern from legacy SQL tests.
These tests verify that ORE comparisons work correctly with selector extraction and gracefully fall back to JSONB literal comparison when the expected index type is not present.
0 commit comments