From c5de1225e9329d93bd45d7b2dba2b0fb408b1949 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 30 Jun 2021 01:50:09 -0400 Subject: [PATCH] Update datafusion link in README (#319) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 893ecd5f..cbda4111 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ resources. [tdop-tutorial]: https://eli.thegreenplace.net/2010/01/02/top-down-operator-precedence-parsing [`cargo fmt`]: https://github.com/rust-lang/rustfmt#on-the-stable-toolchain [current issues]: https://github.com/ballista-compute/sqlparser-rs/issues -[DataFusion]: https://github.com/apache/arrow/tree/master/rust/datafusion +[DataFusion]: https://github.com/apache/arrow-datafusion [LocustDB]: https://github.com/cswinter/LocustDB [Ballista]: https://github.com/ballista-compute/ballista [Pratt Parser]: https://tdop.github.io/