apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

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

Open ahmedriza opened 8 months ago

ahmedriza commented 8 months ago

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 in flight_sql.rs

Are there any user-facing changes?

No

ahmedriza commented 8 months ago

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()