Closed ahmedriza closed 1 week ago
Closes https://github.com/apache/arrow-ballista/issues/895
Update base64 lib to version 0.21 and fix compilation error in flight_sql.rs
base64
flight_sql.rs
No
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.
to_proto.rs
timestamp_nanos()
Replaced with timestamp_nanos_opt()
timestamp_nanos_opt()
Which issue does this PR close?
Closes https://github.com/apache/arrow-ballista/issues/895
What changes are included in this PR?
Update
base64
lib to version 0.21 and fix compilation error inflight_sql.rs
Are there any user-facing changes?
No