paleolimbot opened a new issue, #656:
URL: https://github.com/apache/arrow-nanoarrow/issues/656

   As discovered by @kou when verifying 0.6.0. It seems like the digit request 
to jsonlite doesn't behave identically everywhere although I wasn't able to 
reproduce locally.
   
   ```
     [ FAIL 1 | WARN 0 | SKIP 7 | PASS 1494 ]
   
     == Skipped tests 
===============================================================
     * On CRAN (7)
   
     == Failed tests 
================================================================
     -- Failure ('test-extension-vctrs.R:115'): serialize_ptype() can roundtrip 
R objects --
     unserialize_ptype(jsonlite::serializeJSON(obj, digits = 16)) (`actual`) 
not identical to `obj` (`expected`).
   
       `actual`: 0.000000000000000 1.000000000000000 3.141592653589790 NA
     `expected`: 0.000000000000000 1.000000000000000 3.141592653589793 NA
   
     [ FAIL 1 | WARN 0 | SKIP 7 | PASS 1494 ]
     Error: Test failures
     Execution halted
   * DONE
   
   Status: 1 ERROR, 1 WARNING
   ```
   
   Attempt to reproduce:
   
   ```
   # docker run --rm -it debian:sid
   # instructions from 
https://github.com/apache/arrow-nanoarrow/blob/main/dev/release/README.md#debianubuntu
   git clone https://github.com/apache/arrow-nanoarrow.git arrow-nanoarrow
   cd arrow-nanoarrow/dev/release
   ./verify-release-candidate.sh 0.6.0 0
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to