Skip to content

Commit 3ec5029

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +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.
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.
7274
let base = Url::parse("https://datasets.clickhouse.com")?;
7375
let store = HttpBuilder::new().with_url(base.clone()).build()?;
7476
let runtime = RuntimeEnvBuilder::new().build_arc()?;

0 commit comments

Comments
 (0)