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


##########
arrow-array/src/ffi.rs:
##########
@@ -1660,6 +1676,25 @@ mod tests_from_ffi {
         }
     }
 
+    #[test]
+    #[cfg(not(feature = "force_validate"))]

Review Comment:
   
   > Because cargo test -p arrow-array --features=ffi doesn't enable 
force_validate so it works. 
   
   Right, so `force_validate` is not enabled
   
   > This new test only works when force_validate is not enabled.
   
   Isn't that same?  The test works when force_validate is not enabled 😕 



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