From 92b6333b90f9c69e95910fb4b06dc7834f48cdfb Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 28 Oct 2024 14:52:18 +0800 Subject: [PATCH] chore: prepare release 0.5.0 (#6) * chore: prepare release 0.4.2 Signed-off-by: Ruihang Xia * chore: prepare release 0.5.0 Signed-off-by: Ruihang Xia --------- Signed-off-by: Ruihang Xia --- Cargo.toml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40e0bd7..81c62a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "orc-rust" -version = "0.4.1" +version = "0.5.0" edition = "2021" homepage = "https://github.com/datafusion-contrib/orc-rust" repository = "https://github.com/datafusion-contrib/orc-rust" diff --git a/README.md b/README.md index 6532c32..5a69385 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ The long term vision for this crate is to be feature complete enough to be donat The following lists the rough roadmap for features to be implemented, from highest to lowest priority. - Performance enhancements -- DataFusion integration - Predicate pushdown - Row indices - Bloom filters @@ -54,7 +53,7 @@ Versions will be released on an ad-hoc basis (with no fixed schedule). The following table lists how ORC data types are read into Arrow data types: | ORC Data Type | Arrow Data Type | Notes | -| ----------------- | -------------------------- | ----- | +| ----------------- | --------------------------- | ----- | | Boolean | Boolean | | | TinyInt | Int8 | | | SmallInt | Int16 | |