cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

workload/schemachange: add comma syntax in workload

Open annrpom opened this issue 1 year ago • 2 comments

This patch expands the schema change workload to add support for ALTER TABLE statements (DROP COLUMN/ADD COLUMN/ALTER PRIMARY KEY) that have been enabled with our "comma syntax".

Fixes: #122249

Release note: None

annrpom avatar Apr 23 '24 21:04 annrpom

This change is Reviewable

cockroach-teamcity avatar Apr 23 '24 21:04 cockroach-teamcity

Opening this up for comments -- the comma syntax keeps choosing non-existing tables; so, this still needs one more bit of polishing

annrpom avatar Apr 25 '24 18:04 annrpom

closing this in favor of a new PR; the comments/commits of this PR are outdated and largely addressed by https://github.com/cockroachdb/cockroach/pull/127271

annrpom avatar Aug 05 '24 17:08 annrpom