Replies: 2 comments 3 replies
-
Seems arrow2 forbid us from switching to stable rust? error[E0554]: `#![feature]` may not be used on the stable release channel
--> /Users/luofucong/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow2-0.10.1/src/lib.rs:8:39
|
8 | #![cfg_attr(feature = "simd", feature(portable_simd))]
| ^^^^^^^^^^^^^ |
Beta Was this translation helpful? Give feedback.
3 replies
-
Tracked in #555 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now the arrow2 branch of datafusion is unmaintained, it would be better to switch to arrow so we could catch up the latest datafusion version.
Beta Was this translation helpful? Give feedback.
All reactions