From e9f5da148841ddbaa34c0f7d653d93f04b6b744e Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 11 Dec 2024 07:39:58 -0500 Subject: [PATCH] Update docs/source/user-guide/sql/dialect.md Co-authored-by: Piotr Findeisen --- docs/source/user-guide/sql/dialect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/sql/dialect.md b/docs/source/user-guide/sql/dialect.md index 7c7789981162..7fae7e1ca0b4 100644 --- a/docs/source/user-guide/sql/dialect.md +++ b/docs/source/user-guide/sql/dialect.md @@ -29,7 +29,7 @@ SQL dialect], including: Notable exceptions: - Array/List functions and semantics follow the [DuckDB SQL dialect]. -- DataFusion's type system is based on the [Apache Arrow type system], and the mapping to PostgrSQL types is not always 1:1. +- DataFusion's type system is based on the [Apache Arrow type system], and the mapping to PostgreSQL types is not always 1:1. - DataFusion has its own syntax (dialect) for certain operations (like [`CREATE EXTERNAL TABLE`]) As Apache DataFusion is designed to be fully customizable, systems built on