HaoYang670 commented on PR #2547:
URL: https://github.com/apache/arrow-rs/pull/2547#issuecomment-1221721908
5 tests failures so far
```
failures:
---- ipc::reader::tests::read_generated_streams_014 stdout ----
thread 'ipc::reader::tests::read_generated_streams_014' panicked at 'called
`Result::unwrap()` on an `Err` value: InvalidArgumentError("-11697 is too small
to store in a Decimal128 of precision 3. Min is -999")',
arrow/src/ipc/reader.rs:497:18
---- ipc::reader::tests::read_generated_files_014 stdout ----
thread 'ipc::reader::tests::read_generated_files_014' panicked at 'called
`Result::unwrap()` on an `Err` value: InvalidArgumentError("-11697 is too small
to store in a Decimal128 of precision 3. Min is -999")',
arrow/src/ipc/reader.rs:497:18
---- json::reader::tests::test_row_type_validation stdout ----
thread 'json::reader::tests::test_row_type_validation' panicked at
'assertion failed: `(left == right)`
left: `"Json error: Expected JSON record to be an object, found
Array([Number(1), String(\"hello\")])"`,
right: `"Json error: Expected JSON record to be an object, found Array
[Number(1), String(\"hello\")]"`', arrow/src/json/reader.rs:2624:9
---- ipc::writer::tests::read_and_rewrite_generated_streams_014 stdout ----
thread 'ipc::writer::tests::read_and_rewrite_generated_streams_014' panicked
at 'called `Result::unwrap()` on an `Err` value: InvalidArgumentError("-11697
is too small to store in a Decimal128 of precision 3. Min is -999")',
arrow/src/ipc/reader.rs:497:18
---- ipc::writer::tests::read_and_rewrite_generated_files_014 stdout ----
thread 'ipc::writer::tests::read_and_rewrite_generated_files_014' panicked
at 'called `Result::unwrap()` on an `Err` value: InvalidArgumentError("-11697
is too small to store in a Decimal128 of precision 3. Min is -999")',
arrow/src/ipc/reader.rs:497:18
```
--
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]