-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.2.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
CAR Team 2025-08-04
-
None
-
3
-
TBD
-
🟥 DDL, 🟦 Shard Catalog
-
None
-
None
-
None
-
None
-
None
-
None
Add test coverage for renaming viewless timeseries collections, and fix or document any issue that is found.
Note that rename has two different code paths that we should cover:
- Rename within a DB
- Rename across different databases
Rename across databases does a copy of the data - we should ensure this is done over buckets rather than individual measurements.
If rename across databases is nontrivial to support we may chose to return an error instead (since it isn't supported for legacy timeseries).