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

capi: duckdb_interrupt & duckdb_query_progress #8064

Merged
merged 1 commit into from
Jul 28, 2023
Merged

capi: duckdb_interrupt & duckdb_query_progress #8064

merged 1 commit into from
Jul 28, 2023

Conversation

Virgiel
Copy link

@Virgiel Virgiel commented Jun 23, 2023

Introduces two C functions to interrupt queries and get queries progress

@github-actions github-actions bot marked this pull request as draft June 23, 2023 17:41
@carlopi
Copy link
Contributor

carlopi commented Jun 23, 2023

Hi @Virgiel

We changed slightly the way CI works, instead of triggering CI on any change now changes automatically classify any PR as "draft" and you have to say "ready for review" (clicking via web UI) to get a go at the CI.

I will add soon some documentation.

@Virgiel Virgiel marked this pull request as ready for review June 23, 2023 18:28
@Virgiel
Copy link
Author

Virgiel commented Jun 23, 2023

I am not sure these functions need to be tested, as they are already tested elsewhere. I got the progress from the connection as it was only publicly accessible there, but it might make more sense to get it from the pending result.

@Mytherin
Copy link
Collaborator

Mytherin commented Jul 4, 2023

We would prefer if they are tested yes - could you add tests to the C API test suite?

@github-actions github-actions bot marked this pull request as draft July 25, 2023 17:45
@Virgiel Virgiel marked this pull request as ready for review July 25, 2023 19:05
@github-actions github-actions bot marked this pull request as draft July 26, 2023 06:43
@Virgiel Virgiel marked this pull request as ready for review July 26, 2023 06:46
@Mytherin Mytherin merged commit ad3522e into duckdb:master Jul 28, 2023
53 checks passed
@Mytherin
Copy link
Collaborator

Thanks! LGTM

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