nevi-me commented on a change in pull request #8485: URL: https://github.com/apache/arrow/pull/8485#discussion_r507075762
########## File path: rust/arrow/src/lib.rs ########## @@ -124,7 +124,6 @@ //! //! The parquet implementation is on a [separate crate](https://crates.io/crates/parquet) -#![feature(specialization)] Review comment: #arewestableyet? This is great, I've just compiled Arrow on stable Rust. I think it's just parquet that still uses it after this PR. If DataFusion doesn't use any nightly features, one could make parquet optional, and then Parquet will be the only one left. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
