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
Makes datafusion-substrait an optional dependency in datafusion-sqllogictest,
gated behind a new 'substrait' feature flag. This saves compile time
when substrait is not needed (the common case for most developers).
Changes:
- datafusion-substrait is now optional in sqllogictest/Cargo.toml
- Added 'substrait' feature flag
- Gated substrait imports, module, and round-trip function behind cfg
- Added no-op fallback when feature is disabled
- Updated CI to pass --features substrait for round-trip test
0 commit comments