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
error: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
--> arrow-array/src/timezone.rs:303:28
|
303 | let t = NaiveDate::from_ymd(2000, 1, 1);
| ^^^^^^^^
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Clippy failing on master https://github.com/apache/arrow-rs/actions/runs/3452655275/jobs/5762703673
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: