Skip to content

Commit 92b6333

Browse files
authored
chore: prepare release 0.5.0 (#6)
* chore: prepare release 0.4.2 Signed-off-by: Ruihang Xia <[email protected]> * chore: prepare release 0.5.0 Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]>
1 parent 7fe0cab commit 92b6333

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "orc-rust"
20-
version = "0.4.1"
20+
version = "0.5.0"
2121
edition = "2021"
2222
homepage = "https://github.com/datafusion-contrib/orc-rust"
2323
repository = "https://github.com/datafusion-contrib/orc-rust"

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ The long term vision for this crate is to be feature complete enough to be donat
3131
The following lists the rough roadmap for features to be implemented, from highest to lowest priority.
3232

3333
- Performance enhancements
34-
- DataFusion integration
3534
- Predicate pushdown
3635
- Row indices
3736
- Bloom filters
@@ -54,7 +53,7 @@ Versions will be released on an ad-hoc basis (with no fixed schedule).
5453
The following table lists how ORC data types are read into Arrow data types:
5554

5655
| ORC Data Type | Arrow Data Type | Notes |
57-
| ----------------- | -------------------------- | ----- |
56+
| ----------------- | --------------------------- | ----- |
5857
| Boolean | Boolean | |
5958
| TinyInt | Int8 | |
6059
| SmallInt | Int16 | |

0 commit comments

Comments
 (0)