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/14 20:25:28 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #3106: cast: support unsigned numeric type to decimal

alamb commented on code in PR #3106:
URL: https://github.com/apache/arrow-rs/pull/3106#discussion_r1022029283


##########
arrow-cast/src/cast.rs:
##########
@@ -3429,6 +3509,22 @@ mod tests {
             vec![Some(1_i64), Some(2_i64), Some(3_i64), None, Some(5_i64)]
         );
 
+        // overflow test: out of range of max u8

Review Comment:
   👍 



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