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
Reads from SELECTs and point UPDATEs on a colocated table should be aware of table-level tombstones denoting the deletion of tables. Timestamps should be taken into account such that rows at a hybrid time earlier than the table-level tombstone are considered deleted. For example, a TRUNCATE TABLE followed by a SELECT on a colocated table should not surface the old values.
This is step 3 of 4 for the data deletion of the drop flow, issue #3035.
The text was updated successfully, but these errors were encountered:
Reads from
SELECT
s and pointUPDATE
s on a colocated table should be aware of table-level tombstones denoting the deletion of tables. Timestamps should be taken into account such that rows at a hybrid time earlier than the table-level tombstone are considered deleted. For example, aTRUNCATE TABLE
followed by aSELECT
on a colocated table should not surface the old values.This is step 3 of 4 for the data deletion of the drop flow, issue #3035.
The text was updated successfully, but these errors were encountered: