You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/05 19:15:24 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3025: Validate decimal256 with i256 directly

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


##########
arrow-buffer/src/bigint.rs:
##########
@@ -87,6 +87,15 @@ impl i256 {
         }
     }
 
+    /// Create an integer value from its representation as high and low byte arrays in little-endian.

Review Comment:
   Could we just use the from_le_bytes above?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org