Skip to content
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

Update base64 lib and fix compilation failure in flight_sql.rs #896

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahmedriza
Copy link

Which issue does this PR close?

Closes #895

What changes are included in this PR?

Update base64 lib to version 0.21 and fix compilation error in flight_sql.rs

Are there any user-facing changes?

No

@ahmedriza
Copy link
Author

ahmedriza commented Oct 21, 2023

Updated to_proto.rs where there were build failures due to deprecations from the use of timestamp_nanos() which is now deprecated in chrono crate.

Replaced with timestamp_nanos_opt()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure in flight_sql.rs
1 participant