-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use of deprecated method chrono::DateTime::<Tz>::timestamp_nanos
: use timestamp_nanos_opt()
instead
#156
Comments
Is it safe / enough to simply replace the |
It should be okay, given that the previous method would panic if invalid. It doesn't change behavior. |
Actually I think this error message was a result of me running |
Hi @gdubya |
This change includes a lot of minor changes to compile against newer deltalake libraries Closes delta-io#156
This change includes a lot of minor changes to compile against newer deltalake libraries Closes delta-io#156
Error compiling the project with rustc 1.73.0
rustc 1.73.0 (cc66ad468 2023-10-03)
cargo 1.73.0 (9c4383fb5 2023-08-26)
The text was updated successfully, but these errors were encountered: