From ff7f1770127a73827552190bac7a400bb4cea9a9 Mon Sep 17 00:00:00 2001 From: Jasper Ginn Date: Sat, 19 Oct 2024 21:43:45 +0200 Subject: [PATCH] docs: update todos --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7c2c8..24d6a6f 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,7 @@ The following engines are currently implemented. - Fix concurrent write operations error - Add additional configuration options + Schema update error or update DONE - + PartitionUpdateDiffer should also check if existing partitions are being updated (e.g. daily to hourly) +- Updating partitions + + [Existing partitions](https://py.iceberg.apache.org/api/#partition-evolution) + + PartitionUpdateDiffer should also check if existing partitions are being updated (e.g. daily to hourly) + + [Removing partitions](https://py.iceberg.apache.org/api/#remove-fields)