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


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

Review Comment:
   > I ran the test without this line and it seems to work fine:
   > cargo test -p arrow-array --features=ffi
   
   Because `cargo test -p arrow-array --features=ffi` doesn't enable 
`force_validate` so it works. This new test only 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: github-unsubscr...@arrow.apache.org

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

Reply via email to