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


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

Review Comment:
   Hmm, did you want to ask why I added `#[cfg(not(feature = 
"force_validate"))]`? It is because our CI runs arrow-array tests with 
`force_validate` enabled. If I don't add this line, CI will run the test and 
fail. So I must add the line to pass CI.



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