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
builtins: decrease wait time for await_statement_hints_cache
Previously, `crdb_internal.await_statement_hints_cache` waited until
the hint cache frontier timestamp reached `now()` plus the closed
timestamp target duration and refresh interval. The frontier timestamp
indicates that we've seen all events up to that timestamp, so it's OK
to just wait until `now()` instead. This commit also fixes a flake in
the `statement_hint_builtins` logic test due to a test flag
`UseRangeTombstonesForPointDeletes`.
Epic: None
Release note: None
0 commit comments