You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152769: schemachanger: implement RENAME COLUMN in the declarative schema changer r=rafiss a=rafiss
This was a pretty straightforward copy of the logic from the legacy schema changer.
Only one new dependency rule was needed, to make sure the old column name is removed
before the new one is added.
fixes#148340
Release note: None
152884: kvserver: fix TestUpdateLastUpdateTimesUsingStoreLiveness r=arulajmani a=arulajmani
This test wasn't doing as advertised on the tin after I broke some testing knobs in 02fa61b.
Epic: none
Release note: None
Co-authored-by: Annie Pompa <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Arul Ajmani <[email protected]>
0 commit comments