fix(clickhouse): drop obsolete task event index variants - #9
Open
anurag6569201 wants to merge 1 commit into
Conversation
Source PR: triggerdotdev#4880 Source head: 8d31ef4
⛔ Shipwright · BlockedRecommendation: do not merge PR #9 · Tier
Findings (4)
Fireworks usage: 6,771 input · 480 output · 7,251 total tokens · $0.0018 · 9s · 0 fix iteration(s) Open the Shipwright check for full evidence and the audit bundle. Use |
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.
Summary
Removes the obsolete task event full-text indexes in one
ALTER TABLE, accounting for both known index naming variants.Fix
The original migration issued back-to-back alters while ClickHouse could still be processing the preceding index mutation. Combining the index removals avoids scheduling a subsequent alter against an unfinished mutation.
The native JSON storage change is deferred until it can be performed without rewriting populated parts.
Source merge-base:
8d78ec5144dbdac9fc76ea89c2cef4a1b04efe57Source head:
8d31ef4dfd27885a4b89c37a6c104b035ef9f5b8