Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a SQL server speaking the presto protocol #56

Merged
merged 3 commits into from Oct 13, 2020

Conversation

nils-braun
Copy link
Collaborator

This server can be used to run dask-sql in a standalone application.
It is e.g. possible to run it in a dask-cluster and answer SQL queries from external.

More information can be found in the README or the documentation.

This server can be used to run dask-sql in a standalone application.
It is e.g. possible to run it in a dask-cluster
and answer SQL queries from external.
@codecov-io
Copy link

codecov-io commented Oct 13, 2020

Codecov Report

Merging #56 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #56   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        31    +2     
  Lines         1091      1187   +96     
  Branches       153       156    +3     
=========================================
+ Hits          1091      1187   +96     
Impacted Files Coverage Δ
dask_sql/context.py 100.00% <ø> (ø)
dask_sql/server/app.py 100.00% <100.00%> (ø)
dask_sql/server/responses.py 100.00% <100.00%> (ø)
dask_sql/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a33dbfb...bc0ee01. Read the comment docs.

@nils-braun
Copy link
Collaborator Author

Fixing #6 .

@nils-braun nils-braun merged commit 71ada13 into main Oct 13, 2020
@nils-braun nils-braun deleted the feature/presto-server branch October 13, 2020 09:10
@nils-braun nils-braun mentioned this pull request Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants