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


##########
parquet/src/lib.rs:
##########
@@ -84,6 +84,8 @@ pub mod arrow;
 pub mod column;
 experimental!(mod compression);
 experimental!(mod encodings);
+#[cfg(feature = "bloom")]

Review Comment:
   It occurs to me that you probably need to add `bloom` to the list of 
features in CI to get this tested:
   
https://github.com/apache/arrow-rs/blob/3084ee258122910cc491d85a8bf9729b7bed95dc/.github/workflows/arrow.yml#L77-L78
   
   Also perhaps it is worth a mention (as experimental) in 
https://github.com/apache/arrow-rs/tree/master/arrow#feature-flags



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