Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Dec 9, 2024
1 parent 5af035c commit 49edb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/user-guide/sql/dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# SQL Dialect

By default, DataFusion follows the [PostgreSQL SQL dialect].
By default, Apache DataFusion follows the [PostgreSQL SQL dialect].
For Array/List functions and semantics, it follows the [DuckDB SQL dialect].

[duckdb sql dialect]: https://duckdb.org/docs/sql/functions/array
Expand All @@ -33,6 +33,6 @@ semantics exactly (need bug-for-bug compatibility), and is likely not what all
users want. However, it avoids the (very significant) effort of defining
semantics as well as documenting and teaching users about them.

As DataFusion is highly customizable, systems built on DataFusion can and do
update functions and SQL syntax to model other systems, such as Spark or
As Apache DataFusion is highly customizable, systems built on DataFusion can and do
update functions and SQL syntax to model other systems, such as Apache Spark or
MySQL.

0 comments on commit 49edb03

Please sign in to comment.