feat(backend-native): Add throwContinueWait parameter to /cubesql API endpoint#10385
Merged
MazterQyou merged 1 commit intomasterfrom Mar 4, 2026
Merged
Conversation
a98b59e to
e8b28db
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10385 +/- ##
==========================================
- Coverage 83.36% 78.51% -4.85%
==========================================
Files 250 472 +222
Lines 74886 92294 +17408
Branches 0 3563 +3563
==========================================
+ Hits 62429 72469 +10040
- Misses 12457 19287 +6830
- Partials 0 538 +538
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e8b28db to
50ee13d
Compare
Contributor
|
I actually just filed this #10387 - funny timing! Thanks for working on this. |
50ee13d to
98213dc
Compare
paveltiunov
approved these changes
Feb 25, 2026
… API endpoint Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
98213dc to
44aa6e7
Compare
forceContinueWait parameter to /cubesql API endpointthrowContinueWait parameter to /cubesql API endpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check List
Description of Changes Made
This PR adds
throwContinueWaitoptional boolean parameter to/cubesqlAPI endpoint which, when enabled, surfacesContinue waiterrors over HTTP transport instead of looping and holding the connection indefinitely.