viirya commented on PR #13685:
URL: https://github.com/apache/arrow/pull/13685#issuecomment-1199962817
Ah, there was a failure:
```
Error: InvalidArgumentError("-555221045220379430784912070743352079671 is too
small to store in a Decimal256 of precision 39. Min is
-99999999999999999999999999999999999999")
```
Like Decimal128 case, we also need to disable validation for Decimal256 case
for this integration.
Proposed a fix at https://github.com/apache/arrow-rs/pull/2232
cc @alamb
--
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]