viirya commented on PR #2547:
URL: https://github.com/apache/arrow-rs/pull/2547#issuecomment-1221734819

   For the following tests, there are some out of range decimal values for the 
given precision in older version of generated files. A known issue.
   
   ```
   ---- 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
   ```


-- 
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