Skip to content

Commit b29b551

Browse files
authored
Fix tiny typo in custom_sql_parser.md (apache#864)
1 parent be85f54 commit b29b551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom_sql_parser.md

Lines changed: 1 addition & 1 deletion
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 passed to the parser to parse data types.
88

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).
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)