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
158708: opt: route descriptor lookups for AFTER triggers through cache r=mgartner a=mgartner
#### bench/rttananlysis: document directions for running tests
These tests have a non-conventional construction that make it hard to
determine how they can be run. Each subset of tests is not a typical Go
function like `func TestAThing(t *testing.T) { ... }` that can be easily
searched for. A few comments have been added to explain how the tests
can be run.
Release note: None
#### bench/rttanalysis: add test case with an after trigger
Release note: None
#### opt: route descriptor lookups for AFTER triggers through cache
This commit applies the fix in #144217 for `BEFORE` triggers to `AFTER`
triggers. See that PR for more details.
Fixes#144211
Release note (performance improvement): After triggers now perform the
descriptor lookup for `TG_TABLE_SCHEMA` against a cache. This can
significantly reduce trigger planning latency.
#### opt: warn about performance of (*optCatalog).FullyQualifiedName
Release note: None
158803: gen-cockroachdb-metrics: remove excessive logging r=rail,Abhinav1299 a=rickystewart
This tool is unnecessarily noisy and always prints even when successful. Guard this behavior behind a --verbose command-line flag. Also use the `flag` library for command-line flags.
Release note: none
Epic: none
158899: ci: skip AI review for draft PRs r=rickystewart a=ajstorm
## Summary
- Skip Claude Code PR Review workflow for draft PRs
- Draft PRs are work-in-progress and not ready for review, so running AI review wastes resources
- The workflow will still trigger when a PR is marked ready for review via the `ready_for_review` event
Release note: None
Epic: None
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: Ricky Stewart <[email protected]>
Co-authored-by: Adam Storm <[email protected]>
0 commit comments