stormasm opened a new issue, #3827:
URL: https://github.com/apache/arrow-datafusion/issues/3827
Compiling datafusion-benchmarks v13.0.0
(/Users/ma/j/tmp06/arrow-datafusion/benchmarks)
error[E0277]: the trait bound
`chrono::datetime::DateTime<chrono::offset::utc::Utc>: std::default::Default`
is not satisfied
--> benchmarks/src/bin/parquet_filter_pushdown.rs:284:24
|
284 | last_modified: Default::default(),
| ^^^^^^^^^^^^^^^^ the trait
`std::default::Default` is not implemented for
`chrono::datetime::DateTime<chrono::offset::utc::Utc>`
For more information about this error, try `rustc --explain E0277`.
error: could not compile `datafusion-benchmarks` due to previous error
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]