arrow-extendr icon indicating copy to clipboard operation
arrow-extendr copied to clipboard

Create releases for common arrow versions

Open JosiahParry opened this issue 7 months ago • 0 comments

Arrow uses a cargo deny approach to prevent compatability across arrow-rs versions. So if a library is using Arrow 47 and another 48, those are not compatible. The suggested approach is to create a release for each version of arrow we want to support. This means that I need to, at minimum, use 48.0.1 (DataFusion) and 49.0.0 current support.

  • [ ] 48.0.1
  • [ ] 49.0.0
  • [ ] 49-dev for geoarrow

JosiahParry avatar Nov 27 '23 14:11 JosiahParry