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

Support for canceling query execution on KeyboardInterrupt #150

Merged
merged 1 commit into from
Jul 12, 2020

Conversation

laughingman7743
Copy link
Owner

@laughingman7743 laughingman7743 commented Jul 10, 2020

fix: #28 #31

@codecov
Copy link

codecov bot commented Jul 10, 2020

Codecov Report

Merging #150 into master will decrease coverage by 0.33%.
The diff coverage is 53.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage   92.81%   92.47%   -0.34%     
==========================================
  Files          14       14              
  Lines        1503     1515      +12     
==========================================
+ Hits         1395     1401       +6     
- Misses        108      114       +6     
Impacted Files Coverage Δ
pyathena/async_cursor.py 100.00% <ø> (ø)
pyathena/async_pandas_cursor.py 100.00% <ø> (ø)
pyathena/cursor.py 100.00% <ø> (ø)
pyathena/pandas_cursor.py 100.00% <ø> (ø)
pyathena/common.py 87.42% <50.00%> (-3.12%) ⬇️
pyathena/connection.py 89.41% <100.00%> (+0.12%) ⬆️

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 9a81cf8...72c10aa. Read the comment docs.

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.

Cancel aborted queries
1 participant