{{ message }}
Merged
Conversation
caa67c4 to
87b85e4
Compare
1a62c63 to
b103d1c
Compare
Contributor
Author
gz
approved these changes
Apr 15, 2026
b103d1c to
2fa1e9a
Compare
This makes the following three main changes. 1. (New) Details about the storage status (notably, the checkpoints) are added as a pipeline field (`storage_status_details`). It provides useful information specifically about the storage, and continues to be available even after the pipeline has stopped (unlike runtime status details). It is cleared when storage is cleared. The `suspend_info` field is removed, as it is now obsolete and was never user-facing. 2. (Fix) Dedicated error `BootstrapPolicyImmutableUnlessStopped` for when the bootstrap policy is changed by again calling `/start` with a different bootstrap policy. 3. (Refactor) Parsing of rows is refactored to improve reusability. Signed-off-by: Simon Kassing <simon.kassing@feldera.com>
2fa1e9a to
6554480
Compare
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.

This makes the following three main changes.
(New) Details about the storage status (notably, the checkpoints) are added as a pipeline field (
storage_status_details). It provides useful information specifically about the storage, and continues to be available even after the pipeline has stopped (unlike runtime status details). It is cleared when storage is cleared. Thesuspend_infofield is removed, as it is now obsolete and was never user-facing.(Fix) Dedicated error
BootstrapPolicyImmutableUnlessStoppedfor when the bootstrap policy is changed by again calling/startwith a different bootstrap policy.(Refactor) Parsing of rows is refactored to improve reusability.
PR information