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 query interruption #1389

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Implement query interruption #1389

merged 1 commit into from
Mar 21, 2023

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Mar 20, 2023

This PR implements the query interruption logic.

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Patch coverage: 97.59% and project coverage change: +0.03 🎉

Comparison is base (8299c02) 92.76% compared to head (f046975) 92.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1389      +/-   ##
==========================================
+ Coverage   92.76%   92.79%   +0.03%     
==========================================
  Files         641      641              
  Lines       22005    22043      +38     
==========================================
+ Hits        20412    20455      +43     
+ Misses       1593     1588       -5     
Impacted Files Coverage Δ
...processor/operator/aggregate/base_aggregate_scan.h 100.00% <ø> (ø)
...processor/operator/aggregate/hash_aggregate_scan.h 100.00% <ø> (ø)
...ocessor/operator/aggregate/simple_aggregate_scan.h 100.00% <ø> (ø)
src/include/processor/operator/copy/copy.h 57.14% <0.00%> (ø)
src/include/processor/operator/cross_product.h 100.00% <ø> (ø)
src/include/processor/operator/ddl/ddl.h 100.00% <ø> (ø)
src/include/processor/operator/filter.h 100.00% <ø> (ø)
src/include/processor/operator/flatten.h 100.00% <ø> (ø)
...ude/processor/operator/hash_join/hash_join_probe.h 100.00% <ø> (ø)
src/include/processor/operator/index_scan.h 100.00% <ø> (ø)
... and 58 more

... and 13 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/include/main/client_context.h Show resolved Hide resolved
src/include/common/exception.h Outdated Show resolved Hide resolved
src/include/main/connection.h Outdated Show resolved Hide resolved
test/include/main_test_helper/main_test_helper.h Outdated Show resolved Hide resolved
test/main/connection_test.cpp Outdated Show resolved Hide resolved
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

3 participants