From fb524d477c1924072b6bf8d02eb4df67b1ed9d86 Mon Sep 17 00:00:00 2001 From: Okue Date: Tue, 2 May 2023 18:39:50 +0900 Subject: [PATCH] Fix tiny typo in custom_sql_parser.md --- 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 c13041af4c..055ddbaa54 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).