File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " orc-rust"
20- version = " 0.4.1 "
20+ version = " 0.5.0 "
2121edition = " 2021"
2222homepage = " https://github.com/datafusion-contrib/orc-rust"
2323repository = " https://github.com/datafusion-contrib/orc-rust"
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ The long term vision for this crate is to be feature complete enough to be donat
3131The 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).
5453The 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 | |
You can’t perform that action at this time.
0 commit comments