From f636c513b85804b93dbcfa4d258b6a1b2d608173 Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:39:11 +0100 Subject: [PATCH 1/2] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3dd824b77..e38dad7402 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,8 @@ of features outlined in the Delta [protocol][protocol] is also [tracked](#protoc | Delete - predicates | ![done] | ![done] | Delete data based on a predicate | | Optimize - compaction | ![done] | ![done] | Harmonize the size of data file | | Optimize - Z-order | ![done] | ![done] | Place similar data into the same file | -| Merge | [![semi-done]][merge-rs] | [![open]][merge-py] | Merge two tables (limited to full re-write) | -| FS check | ![done] | | Remove corrupted files from table | +| Merge | [![semi-done]][merge-rs] | [![semi-done]][merge-py] | Merge two tables (limited to full re-write) | +| FS check | ![done] | ![done] | Remove corrupted files from table | ### Protocol Support Level @@ -168,12 +168,12 @@ of features outlined in the Delta [protocol][protocol] is also [tracked](#protoc | Version 4 | Generated Columns | | | Version 5 | Column Mapping | | | Version 6 | Identity Columns | | -| Version 7 | Table Features | | +| Version 7 | Table Features | ![done] | | Reader Version | Requirement | Status | | -------------- | ----------------------------------- | ------ | | Version 2 | Column Mapping | | -| Version 3 | Table Features (requires reader V7) | | +| Version 3 | Table Features (requires reader V7) | ![done] | [datafusion]: https://github.com/apache/arrow-datafusion [ballista]: https://github.com/apache/arrow-ballista From b1ab0bb26d193097079ee9094f2d73f7104babac Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Tue, 7 Nov 2023 00:44:11 +0100 Subject: [PATCH 2/2] remove tbl feature status --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e38dad7402..068a963e97 100644 --- a/README.md +++ b/README.md @@ -168,12 +168,12 @@ of features outlined in the Delta [protocol][protocol] is also [tracked](#protoc | Version 4 | Generated Columns | | | Version 5 | Column Mapping | | | Version 6 | Identity Columns | | -| Version 7 | Table Features | ![done] | +| Version 7 | Table Features | | | Reader Version | Requirement | Status | | -------------- | ----------------------------------- | ------ | | Version 2 | Column Mapping | | -| Version 3 | Table Features (requires reader V7) | ![done] | +| Version 3 | Table Features (requires reader V7) | | [datafusion]: https://github.com/apache/arrow-datafusion [ballista]: https://github.com/apache/arrow-ballista