paleolimbot opened a new pull request, #226: URL: https://github.com/apache/arrow-nanoarrow/pull/226
This only affects Arrow C++ <= 9.0.0 consumers (i.e., the last Arrow C++ that builds with default Centos 7 compilers and the version that exists on archlinux when you install from the system package manager). Technically it adds a redundant check when producing an Array; however, that check is cheap and the way to maximize performance would be to completely avoid the Array in the first place. Fixes verification failure on Centos 7 and Archlinux: https://github.com/apache/arrow-nanoarrow/actions/runs/5232667457/jobs/9447554040 , https://github.com/apache/arrow-nanoarrow/actions/runs/5232667457/jobs/9447553922 , as tested by `export NANOARROW_PLATFORM=centos7 && docker compose run --rm verify`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org