tustvold commented on code in PR #2955:
URL: https://github.com/apache/arrow-rs/pull/2955#discussion_r1007256080
##########
arrow-buffer/src/bigint.rs:
##########
@@ -455,6 +504,39 @@ mod tests {
expected
),
}
+
+ // Exponentiation
+ for exp in vec![0, 1, u32::MAX].into_iter() {
Review Comment:
```suggestion
for exp in vec![0, 1,3, 8, u32::MAX].into_iter() {
```
Just to get a bit more coverage
--
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]