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 Parquet example to run from workspace root (#522)
With the change, all examples can be executed from `crates/duckdb` _and_
from the repo root.
```
cargo run --example basic --features bundled
cargo run --example appender --features bundled
cargo run --example parquet --features bundled
```
0 commit comments