tustvold commented on code in PR #4303:
URL: https://github.com/apache/arrow-rs/pull/4303#discussion_r1211539867


##########
arrow-buffer/src/bigint.rs:
##########
@@ -22,22 +22,33 @@ use std::num::ParseIntError;
 use std::ops::{BitAnd, BitOr, BitXor, Neg, Shl, Shr};
 use std::str::FromStr;
 
-/// An opaque error similar to [`std::num::ParseIntError`]
+/// [`i256`] operations return this error type.
 #[derive(Debug)]
-pub struct ParseI256Error {}
+pub enum I256Error {

Review Comment:
   I've filed https://github.com/apache/arrow-rs/pull/4318 to remove this 
breaking change, PTAL



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