Skip to content

Commit b8d1e44

Browse files
committed
Update README.md
1 parent 3ec5029 commit b8d1e44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ use url::Url;
6868
```rust
6969
#[tokio::main]
7070
async fn main() -> Result<(), Box<dyn std::error::Error>> {
71-
// 1. Spawn a Distributed DataFusion worker in a localhost port, and configure it
72-
// so that queries to Parquet files hosted at https://datasets.clickhouse.com
73-
// can be resolved.
71+
// 1. Spawn a Distributed DataFusion worker in a localhost port, and configure it
72+
// so that queries to Parquet files hosted at https://datasets.clickhouse.com
73+
// can be resolved.
7474
let base = Url::parse("https://datasets.clickhouse.com")?;
7575
let store = HttpBuilder::new().with_url(base.clone()).build()?;
7676
let runtime = RuntimeEnvBuilder::new().build_arc()?;

0 commit comments

Comments
 (0)