-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cdc: expressions with exist clauses cause a panic #90416
Copy link
Copy link
Closed
Labels
A-cdcChange Data CaptureChange Data CaptureA-cdc-expressionsFeatures related to changefeed projections and filtersFeatures related to changefeed projections and filtersC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.GA-blockerT-cdcbranch-release-22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2
Description
Describe the problem
CREATE CHANGEFEED WITH schema_change_policy='stop' AS SELECT 1 FROM foo WHERE EXISTS (SELECT true);Kills the cockroach. Tested on release-22.2 branch.
Jira issue: CRDB-20757
Epic CRDB-17161
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cdcChange Data CaptureChange Data CaptureA-cdc-expressionsFeatures related to changefeed projections and filtersFeatures related to changefeed projections and filtersC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.GA-blockerT-cdcbranch-release-22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2