Skip to content

Commit ae1c690

Browse files
authored
Fix broken DataFusion link (apache#703)
1 parent 65c5a37 commit ae1c690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/custom_sql_parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ The concept is simply to write a new parser that delegates to the ANSI parser so
66

77
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.
88

9-
For an example of this, see the [DataFusion](https://github.com/datafusion-rs/datafusion) project.
9+
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).
1010

0 commit comments

Comments
 (0)