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
Copy file name to clipboardExpand all lines: docs/source/user-guide/worker-resolver.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ async fn main() {
30
30
}
31
31
```
32
32
33
-
> NOTE: It's not necessary to pass this to the Arrow Flight endpoint session builder.
33
+
> NOTE: It's not necessary to pass this to the Worker session builder.
34
34
35
35
## Static WorkerResolver
36
36
37
37
This is the simplest thing you can do, although it will not fit some common use cases. An example of this can be
38
-
seen
39
-
in [localhost_worker.rs](https://github.com/datafusion-contrib/datafusion-distributed/blob/fad9fa222d65b7d2ddae92fbc20082b5c434e4ff/examples/localhost_run.rs)
0 commit comments