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: Expression handling improvements for DataFusion integration
Ported from spiceai-51 patches:
- Skip unsupported expressions in make_vortex_predicate instead of erroring (#8)
- Handle empty IN lists: x IN () returns false, x NOT IN () returns true (#8)
- Allow DynamicFilterPhysicalExpr pushdown (#8)
- Remove is_dynamic_physical_expr check that blocked all dynamic filters
- Add Debug impl for BtrBlocksCompressor to satisfy CompressorPlugin bounds
0 commit comments