Fix broken DataFusion link (#703)

This commit is contained in:
José Duarte 2022-11-11 21:15:05 +00:00 committed by GitHub
parent 65c5a37bce
commit ae1c69034e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ The concept is simply to write a new parser that delegates to the ANSI parser so
I also plan on building in specific support for custom data types, where a lambda function can be parsed to the parser to parse data types.
For an example of this, see the [DataFusion](https://github.com/datafusion-rs/datafusion) project.
For an example of this, see the [DataFusion](https://github.com/apache/arrow-datafusion) project and its [query planner] (https://github.com/apache/arrow-datafusion/tree/master/datafusion/sql).