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
PR #175 introduced a new feature flag for FlightSql support. Unfortunately CI was not updated to run build or tests for this feature, so it has been silently broken since then.
To Reproduce
cargo test --features flight-sql
Observe build failure.
Expected behavior
The build succeeds.
The text was updated successfully, but these errors were encountered:
Describe the bug
PR #175 introduced a new feature flag for FlightSql support. Unfortunately CI was not updated to run build or tests for this feature, so it has been silently broken since then.
To Reproduce
Observe build failure.
Expected behavior
The build succeeds.
The text was updated successfully, but these errors were encountered: