File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
[package ]
19
19
name = " orc-rust"
20
- version = " 0.4.1 "
20
+ version = " 0.5.0 "
21
21
edition = " 2021"
22
22
homepage = " https://github.com/datafusion-contrib/orc-rust"
23
23
repository = " 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
31
31
The following lists the rough roadmap for features to be implemented, from highest to lowest priority.
32
32
33
33
- Performance enhancements
34
- - DataFusion integration
35
34
- Predicate pushdown
36
35
- Row indices
37
36
- Bloom filters
@@ -54,7 +53,7 @@ Versions will be released on an ad-hoc basis (with no fixed schedule).
54
53
The following table lists how ORC data types are read into Arrow data types:
55
54
56
55
| ORC Data Type | Arrow Data Type | Notes |
57
- | ----------------- | -------------------------- | ----- |
56
+ | ----------------- | --------------------------- | ----- |
58
57
| Boolean | Boolean | |
59
58
| TinyInt | Int8 | |
60
59
| SmallInt | Int16 | |
You can’t perform that action at this time.
0 commit comments