influxdata / flux

Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.
https://influxdata.com
MIT License
760 stars 152 forks source link

chore: update transitive Arrow dependencies #5489

Closed jacobmarble closed 3 weeks ago

jacobmarble commented 3 weeks ago

Flux directly depends on Arrow v7, and transitively on:

Arrow v11 through BigQuery 1.50.0
Arrow v0.0.0-20211112161151-bc219186db40 through gosnowflake 1.6.9

In this change, the indirect arrow dependencies are both updated to v15 by updating:

BigQuery to v1.61.0
gosnowflake to v1.9.0

After this change, Flux only depends on Arrow v7 directly, and v15 indirectly.

Checklist

Dear Author :wave:, the following checks should be completed (or explicitly dismissed) before merging.

Dear Reviewer(s) :wave:, you are responsible (among others) for ensuring the completeness and quality of the above before approval.