From b29b551fa111bbd50c40568f6aea6c49eafc0b9c Mon Sep 17 00:00:00 2001 From: Okue Date: Tue, 2 May 2023 20:08:38 +0900 Subject: [PATCH] Fix tiny typo in custom_sql_parser.md (#864) --- docs/custom_sql_parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_sql_parser.md b/docs/custom_sql_parser.md index c13041af..055ddbaa 100644 --- a/docs/custom_sql_parser.md +++ b/docs/custom_sql_parser.md @@ -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).