-
Notifications
You must be signed in to change notification settings - Fork 850
Track Blob V2 Managed Kind #8971
Copy link
Copy link
Open
Labels
A-encodingEncoding, IO, file reader/writerEncoding, IO, file reader/writerA-formatOn-disk format: protos and format spec docsOn-disk format: protos and format spec docsenhancementNew feature or requestNew feature or requestformat-changeA change to the format spec, which requires a vote. Remove if minor (e.g. fixing typo).A change to the format spec, which requires a vote. Remove if minor (e.g. fixing typo).
Description
Activity
Metadata
Metadata
Assignees
Labels
A-encodingEncoding, IO, file reader/writerEncoding, IO, file reader/writerA-formatOn-disk format: protos and format spec docsOn-disk format: protos and format spec docsenhancementNew feature or requestNew feature or requestformat-changeA change to the format spec, which requires a vote. Remove if minor (e.g. fixing typo).A change to the format spec, which requires a vote. Remove if minor (e.g. fixing typo).
Goal
Allow Blob v2 payload objects to survive DataFile rewrites without copying payload bytes by adding an independently addressed Managed kind.
Contract
_blobs/<uuid>.blob. Existing Packed and Dedicated objects can be adopted at their original paths without copying bytes.Delivery
Boundaries
No DataFile-attached Blob Reuse Index, configurable repack threshold, new repack API, or Blob v3 catalog is included.
Completion
The format contract and implementation are merged, lifecycle and compatibility coverage passes, and activation and maintenance requirements are documented.