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
Release note (backward-incompatible change): The pre-v23.1 output
produced by SHOW RANGES, crdb_internal.ranges,
crdb_internal.ranges_no_leases was deprecated in 23.1, and is now
replaced by default with output that's compatible with coalesced ranges
(i.e. ranges that pack multiple tables/indexes/partitions into
individual ranges). See the 23.1 release notes for SHOW RANGES for more
details.
Michael Lewis (mikeCRL) commented:
Richard Loveland I can’t find a v24.1-specific issue for this, so I’m adding it here. Would you please create a new issue if needed?
The setting {{sql.show_ranges_deprecated_behavior.enabled}} has been removed in 24.1, so when creating the 24.1 docs path, for the 24.1 copy of these files…
You will probably want to make further updates to the file I modified — {{/src/current/_includes/v24.1/sql/show-ranges-output-deprecation-notice.md}}. I only did the bare minimum (dropping the anchor!) so that the preview build would pass in that PR. Previously, I was getting {{htmltest}} errors.
Exalate commented:
Related PR: cockroachdb/cockroach#102961
Commit: cockroachdb/cockroach@904b301
Informs:
Release note (backward-incompatible change): The pre-v23.1 output
produced by SHOW RANGES, crdb_internal.ranges,
crdb_internal.ranges_no_leases was deprecated in 23.1, and is now
replaced by default with output that's compatible with coalesced ranges
(i.e. ranges that pack multiple tables/indexes/partitions into
individual ranges). See the 23.1 release notes for SHOW RANGES for more
details.
Jira Issue: DOC-7614
The text was updated successfully, but these errors were encountered: