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: handle filter projections with array field access
Fixes issue where expressions like [?stack==''].branch[?starts_with(@, 'one')] would fail with invalid-type error.
The FilterProjection interpreter now correctly handles array-of-arrays by applying filters to sub-elements while maintaining projection structure.
Fixes#23
<!-- ps-id: 01fb2a2e-8823-477c-b9d2-1dadc433b26a -->
0 commit comments