Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading