catalog: rename descriptors collection ByID to ByIDWithoutLease #99506
Labels
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
The ByID interfaces on the descriptors collection can be deceptive since it only acquires descriptors without a lease. So, it's possible to misinteperate the meaning and think you're getting a leased descriptor. We should rename ByID to ByIDWithoutLease to be explicit, since this is a critical detail
Jira issue: CRDB-25908
The text was updated successfully, but these errors were encountered: