From 84d1f4be6ea878c9e4d9c9225cc39eb4840b4e4e Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Fri, 29 Dec 2023 16:00:39 +0100 Subject: [PATCH] Nits --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cab7e8ed..325fba06a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Native Rust implementation of [Apache Iceberg](https://iceberg.apache.org/). -## RoadMap +## Roadmap ### Catalog @@ -57,7 +57,7 @@ expand to other service. | Apply deletions, including equality and position deletions | Not started | | Read into arrow record batch | Not started | | Parquet file support | Not started | -| Orc file support | Not started | +| ORC file support | Not started | #### Writer @@ -69,7 +69,7 @@ expand to other service. | Partitioned writer | Not started | | Upsert writer | Not started | | Parquet file support | Not started | -| Orc file support | Not started | +| ORC file support | Not started | #### Transaction