From cc1e51c70cad783456a567ed7d48db79ad917b2c Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 28 Oct 2024 14:39:25 +0800 Subject: [PATCH 1/2] chore: prepare release 0.4.2 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..9891f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "orc-rust" -version = "0.4.1" +version = "0.4.2" 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 | | From 3d87867a8f6bed1ce19a7955c6c185d4aca49f35 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 28 Oct 2024 14:43:52 +0800 Subject: [PATCH 2/2] chore: prepare release 0.5.0 Signed-off-by: Ruihang Xia --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9891f8b..81c62a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "orc-rust" -version = "0.4.2" +version = "0.5.0" edition = "2021" homepage = "https://github.com/datafusion-contrib/orc-rust" repository = "https://github.com/datafusion-contrib/orc-rust"