Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/how_does_it_work.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At the core, ``dask-sql`` does two things:
which is specified as a tree of java objects - similar to many other SQL engines (Hive, Flink, ...)
- convert this description of the query from java objects into dask API calls (and execute them) - returning a dask dataframe.

Th following example explains this in quite some technical details.
The following example explains this in quite some technical details.
For most of the users, this level of technical understanding is not needed.

1. SQL enters the library
Expand Down