Add 13.3-1 sql paths for cluster_changes_block UDFs#8574
Merged
Conversation
PR #8573 adds citus_cluster_changes_{block,unblock,block_status} UDFs to Citus 13.3-1 on release-13.2. For the upgrade chain 13.2 -> 13.3 -> 14.0 -> 14.1 to land these UDFs at the correct version and remain a no-op across the 14.0 <-> 14.1 transition, the same 13.3-1 sql paths must exist on release-14.0.
onurctirtir
approved these changes
May 13, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-14.0 #8574 +/- ##
================================================
- Coverage 88.71% 88.59% -0.12%
================================================
Files 287 288 +1
Lines 63725 64081 +356
Branches 8004 8043 +39
================================================
+ Hits 56532 56775 +243
- Misses 4896 4984 +88
- Partials 2297 2322 +25 🚀 New features to boost your workflow:
|
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.
PR #8573 adds citus_cluster_changes_{block,unblock,block_status} UDFs to Citus 13.3-1 on release-13.2. For the upgrade chain 13.2 -> 13.3 -> 14.0 -> 14.1 to land these UDFs at the correct version and remain a no-op across the 14.0 <-> 14.1 transition, the same 13.3-1 sql paths must exist on release-14.0.
DESCRIPTION: PR description that will go into the change log, up to 78 characters