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
sql: avoid offsetting merge timestamp to reduce unnecessary waiting
In 1497315 we added an offset to the
merge timestamp to attempt to diagnose an issue we were seeing with
backfills.
That issue ended up being caused by #144650.
The offset makes schema changes wait longer before completing, so since
it turned out not to be necessary, this commit reverts to the old
behavior.
Release note: None
0 commit comments