Skip to content

Commit

Permalink
Fix tiny typo in custom_sql_parser.md (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
okue authored May 2, 2023
1 parent be85f54 commit b29b551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom_sql_parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 passed to the parser to parse data types.

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

0 comments on commit b29b551

Please sign in to comment.