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
Given a view named _vt_DROP_94c9af2d56cf11eeac590a43f95f28a3_20090920093324 (2009 indicates the expiry year, which is in the past), we expect the table lifecycle (tablegc) mechanism to drop the view.
However, tablegcuses a DROP TABLE statement, which errors out for views.
As result, artifacts of Online DDL's on views are left uncollected:
Overview of the Issue
Given a view named
_vt_DROP_94c9af2d56cf11eeac590a43f95f28a3_20090920093324
(2009
indicates the expiry year, which is in the past), we expect the table lifecycle (tablegc
) mechanism to drop the view.However,
tablegc
uses aDROP TABLE
statement, which errors out for views.As result, artifacts of Online DDL's on views are left uncollected:
Reproduction Steps
run:
see that it does not get collected.
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: