Skip to content

Commit

Permalink
fix hyperlink of issue 22 in docs/README.txt (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: ivanfan <ivanfan@tencent.com>
  • Loading branch information
Ivankings and ivanfan committed Aug 6, 2023
1 parent f75f3fb commit 2afe45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ child plans, building up a DAG of futures.
The output of each query stage needs to be persisted somewhere so that the next query stage can read it. Currently,
RaySQL is just writing the output to disk in Arrow IPC format, and this means that RaySQL is not truly distributed
yet because it requires a shared file system. It would be better to use the Ray object store instead, as
proposed [here](https://github.com/andygrove/ray-sql/issues/22).
proposed [here](https://github.com/datafusion-contrib/ray-sql/issues/22).

DataFusion's `RepartitionExec` uses threads and channels within a single process and is not suitable for a
distributed query engine, so RaySQL rewrites the physical plan and replaces the `RepartionExec` with a pair of
Expand Down

0 comments on commit 2afe45e

Please sign in to comment.