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 | |