chadbrewbaker commented on issue #1043:
URL: https://github.com/apache/arrow-rs/issues/1043#issuecomment-995067274
On commit ab48e69099f2d7c4178 building with
nightly-2021-12-05-aarch64-apple-darwin I am getting:
```bash
---- record::api::tests::test_convert_double_to_string stdout ----
thread 'record::api::tests::test_convert_double_to_string' panicked at
'assertion failed: `(left == right)`
left: `"1e-15"`,
right: `"0.000000000000001"`', parquet/src/record/api.rs:1097:9
---- record::api::tests::test_convert_float_to_string stdout ----
thread 'record::api::tests::test_convert_float_to_string' panicked at
'assertion failed: `(left == right)`
left: `"1e-15"`,
right: `"0.000000000000001"`', parquet/src/record/api.rs:1084:9
```
The string formatter is:
https://github.com/apache/arrow-rs/blob/ab48e69099f2d7c4178a75f7e1cf8b223ecf8d76/parquet/src/record/api.rs#L716-L728
Where are the requirements for this?
--
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]