diff --git a/examples/localhost_run.rs b/examples/localhost_run.rs index 95d7ca6..b875728 100644 --- a/examples/localhost_run.rs +++ b/examples/localhost_run.rs @@ -53,12 +53,8 @@ async fn main() -> Result<(), Box> { ) .await?; - ctx.register_parquet( - "weather", - "testdata/weather.parquet", - ParquetReadOptions::default(), - ) - .await?; + ctx.register_parquet("weather", "testdata/weather", ParquetReadOptions::default()) + .await?; let df = ctx.sql(&args.query).await?; if args.explain {