Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Findeisen <[email protected]>
  • Loading branch information
alamb and findepi authored Dec 11, 2024
1 parent e9f5da1 commit c6a83f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/sql/dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
The included SQL supported in Apache DataFusion mostly follows the [PostgreSQL
SQL dialect], including:

- The sql parser and [SQL planner]
- The SQL parser and [SQL planner]
- Type checking, analyzer, and type coercions
- Semantics of functions bundled with DataFusion

Expand All @@ -33,7 +33,7 @@ Notable exceptions:
- 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
DataFusion can and do implement different SQL semantics. Using DataFusion's APs,
DataFusion can and do implement different SQL semantics. Using DataFusion's APIs,
you can provide alternate function definitions, type rules, and/or SQL syntax
that matches other systems such as Apache Spark or MySQL or your own custom
semantics.
Expand Down

0 comments on commit c6a83f3

Please sign in to comment.