A few tests were failing on the centos7 run, which these days mostly checks for accidental C++17 or R >= 4.0 usage or Arrow > 9.0.0 usage in the tests.
Closes #640.
Checked with:
export NANOARROW_PLATFORM=centos7
docker compose run --rm verify
and
export NANOARROW_PLATFORM=alpine
export NANOARROW_ARCH=s390x
docker compose run --rm verify
A few tests were failing on the centos7 run, which these days mostly checks for accidental C++17 or R >= 4.0 usage or Arrow > 9.0.0 usage in the tests.
Closes #640.
Checked with:
and