yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
222 stars 80 forks source link

Re export `arrow` for google-cloud-bigquery #168

Closed yoshidan closed 1 year ago

yoshidan commented 1 year ago

Even if users use arrow in their applications, they should not generate compile errors due to version mismatch. Since arrow in google-cloud-bigquery is used only when users create their own type conversion for storage API, there is no need to adapt arrow version to google-cloud-bigquery.