You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
I can no longer build DataFusion with latest nightly because it depends on parquet-rs 0.3.0 which no longer builds.
I see that the latest code builds fine. Will there be another release soon?
warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard
--> src/data_type.rs:318:29
|
318 | + ::std::clone::Clone + Rand + AsBytes;
| ^^^^
error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution<<T as data_type::DataType>::T>` is not satisfied
--> src/util/test_common.rs:42:9
|
42 | rng.gen::<T::T>()
| ^^^ the trait `rand::distributions::Distribution<<T as data_type::DataType>::T>` is not implemented for `rand::distributions::Standard`
|
= help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution<<T as data_type::DataType>::T>` bound
error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution<T>` is not satisfied
--> src/util/test_common.rs:82:21
|
82 | result.push(rng.gen::<T>());
| ^^^ the trait `rand::distributions::Distribution<T>` is not implemented for `rand::distributions::Standard`
|
= help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution<T>` bound
error: aborting due to 2 previous errors
The text was updated successfully, but these errors were encountered:
Related to #160. We just need to release a new version.
ping @sunchao. I think the current state of the master is more or less okay for the release. It seems like it could have been caused by changes in rust nightly.
I can no longer build DataFusion with latest nightly because it depends on parquet-rs 0.3.0 which no longer builds.
I see that the latest code builds fine. Will there be another release soon?
The text was updated successfully, but these errors were encountered: