Skip to content

Commit

Permalink
chore: update read me (#1810)
Browse files Browse the repository at this point in the history
# Description
Marking FSCK ~and Table features~ as done and MERGE as semi-done.
  • Loading branch information
ion-elgreco authored Nov 11, 2023
1 parent 9b93830 commit d833f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d833f08

Please sign in to comment.