This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a change to branch maint-0.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


    from 00a13b9  only use SHA512
     add 6b97c48  fix: Ensure tests pass on big endian (#128)
     add 52c6385  fix: Improve reliability of R tests on non-standard systems 
(#127)
     add ba8579d  fix: `isnan()` usage compatible with old clang (#126)
     add f71789e  fix: Fix cmake build + test and verification script on 
Windows (#130)
     add 60719c1  fix: Support centos7/gcc 4.8 for CMake build + test workflow 
(#133)
     add cad55d1  fix: Explicit `stringsAsFactors = FALSE` for R <= 3.6 (#135)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/r-check.yaml               | 10 ++-
 CMakeLists.txt                               | 65 ++++++++++++++-----
 dev/release/verify-release-candidate.sh      | 55 +++++++++++-----
 r/DESCRIPTION                                |  2 +-
 r/tests/testthat/test-altrep.R               |  2 +-
 r/tests/testthat/test-array.R                |  4 +-
 r/tests/testthat/test-convert-array-stream.R |  5 +-
 r/tests/testthat/test-convert-array.R        | 17 +++--
 r/tests/testthat/test-infer-ptype.R          |  6 +-
 r/tests/testthat/test-pkg-arrow.R            |  2 +
 r/tests/testthat/test-schema.R               | 14 ++--
 r/tests/testthat/test-util.R                 | 19 ++++--
 src/nanoarrow/array.c                        |  4 +-
 src/nanoarrow/array_test.cc                  |  2 +-
 src/nanoarrow/nanoarrow.h                    |  4 +-
 src/nanoarrow/schema.c                       | 97 ++++++++++++----------------
 src/nanoarrow/schema_test.cc                 | 74 +++++++++++++--------
 src/nanoarrow/utils.c                        |  4 +-
 18 files changed, 241 insertions(+), 145 deletions(-)

Reply via email to