apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
95 stars 46 forks source link

[Release] Update wrong arrow and pyarrow versions to 14.0.0 #335

Closed raulcd closed 10 months ago

raulcd commented 10 months ago

We did not update the cookbooks from 12.0.0 to 13.0.0 and when updating from 12.0.0 to 14.0.0 the script missed the following version updates because I used: ./dev/release/01-bump-versions.sh 13.0.0 14.0.0 instead of ./dev/release/01-bump-versions.sh 12.0.0 14.0.0 Manually update the missing updates to run cookbooks consistently for 14.0.0.

This commit will have to be cherry-picked to the stable branch once merged.