ntjohnson1 commented on code in PR #19549:
URL: https://github.com/apache/datafusion/pull/19549#discussion_r2688132384


##########
datafusion/functions/src/utils.rs:
##########
@@ -410,7 +410,7 @@ pub mod test {
 
     #[test]
     fn test_decimal32_to_i32() {
-        let cases: [(i32, i8, Either<i32, String>); _] = [
+        let cases: [(i32, i8, Either<i32, String>); 10] = [

Review Comment:
   I got an error about using `_` for array lengths is unstable but maybe my 
setup didn't match the contributing docs sufficiently. I'll revert.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to