alamb opened a new issue, #4187: URL: https://github.com/apache/arrow-datafusion/issues/4187
**Describe the bug** Clippy failing on master https://github.com/apache/arrow-datafusion/actions/runs/3450721677/jobs/5759527413 ``` error: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead --> datafusion/common/src/scalar.rs:528:28 | 528 | let epoch = NaiveDate::from_ymd(1970, 1, 1); | ^^^^^^^^ ``` **To Reproduce** Run clippy after `cargo update` **Expected behavior** clippy passes **Additional context** I suspect the function was deprecated in https://crates.io/crates/chrono/0.4.23 -- 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]
