Skip to content

Commit cbdc133

Browse files
authored
[PROTOCOL RFC] Catalog-managed Tables (delta-io#4382)
This PR 1. Adds the new `catalogManaged` table feature protocol RFC for issue delta-io#4381 2. Formally rejects the previous Coordinated-Commits RFC (delta-io#2598) For details about why we are proposing this RFC and why we are rejecting the Coordinated Commits RFC, please see the tracking issue delta-io#4381 Design doc: [Design Doc: Catalog-Managed Delta Table Feature](https://docs.google.com/document/d/1u7SpfY7OLUhAYolqDQ-5VT6OU95hKSlHhtn9PFGAHks)
1 parent 40b2a5f commit cbdc133

File tree

3 files changed

+524
-5
lines changed

3 files changed

+524
-5
lines changed

protocol_rfcs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Here is the history of all the RFCs propose/accepted/rejected since Feb 6, 2024,
1818

1919
| Date proposed | RFC file | Github issue | RFC title |
2020
|:--------------|:---------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------|:---------------------------------------|
21-
| 2023-02-14 | [managed-commits.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/managed-commits.md) | https://github.com/delta-io/delta/issues/2598 | Managed Commits |
2221
| 2023-02-26 | [column-mapping-usage.tracking.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/column-mapping-usage-tracking.md) | https://github.com/delta-io/delta/issues/2682 | Column Mapping Usage Tracking |
2322
| 2023-04-24 | [variant-type.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/variant-type.md) | https://github.com/delta-io/delta/issues/2864 | Variant Data Type |
2423
| 2024-04-30 | [collated-string-type.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/collated-string-type.md) | https://github.com/delta-io/delta/issues/2894 | Collated String Type |
25-
| 2025-03-13 | [checkpoint-protection.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/checkpoint-protection.md) | https://github.com/delta-io/delta/issues/4152 | Checkpoint Protection |
24+
| 2025-03-13 | [checkpoint-protection.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/checkpoint-protection.md) | https://github.com/delta-io/delta/issues/4152 | Checkpoint Protection |
2625
| 2025-03-18 | [iceberg-writer-compat-v1.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/iceberg-writer-compat-v1.md) | https://github.com/delta-io/delta/issues/4284 | IcebergWriterCompatV1 |
26+
| 2025-04-07 | [catalog-managed.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/catalog-managed.md) | https://github.com/delta-io/delta/issues/4381 | Catalog-Managed Tables |
2727
| 2025-05-06 | [variant-shredding.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/variant-shredding.md) | https://github.com/delta-io/delta/issues/4032 | Variant Shredding |
2828

2929
### Accepted RFCs
@@ -36,9 +36,9 @@ Here is the history of all the RFCs propose/accepted/rejected since Feb 6, 2024,
3636

3737
### Rejected RFCs
3838

39-
| Date proposed | Date rejected | RFC file | Github issue | RFC title |
40-
|:-|:-|:-|:-|:-|
41-
|...|||||
39+
| Date proposed | Date rejected | RFC file | Github issue | RFC title |
40+
|:--------------|:--------------|:--------------------------------------------------------------------------------------------------------------|:----------------------------------------------|:-----------------|
41+
| 2023-02-14 | 2025-04-07 | [managed-commits.md](https://github.com/delta-io/delta/blob/master/protocol_rfcs/rejected/managed-commits.md) | https://github.com/delta-io/delta/issues/2598 | Managed Commits |
4242

4343

4444
## RFC process

0 commit comments

Comments
 (0)