Skip to content

Commit

Permalink
chore: prepare release 0.5.0 (#6)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
waynexia authored Oct 28, 2024
1 parent 7fe0cab commit 92b6333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 | |
Expand Down

0 comments on commit 92b6333

Please sign in to comment.