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


##########
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:
   Sorry I think the feature flag should be added to the parquet docs: 
https://github.com/apache/arrow-rs/tree/master/parquet#feature-flags
   
   I doubled checked the parquet CI and it looks like this feature will be 
enabled and thus covered: 
https://github.com/apache/arrow-rs/blob/46da6064255d6cda5ef5617528f0202a57a400e2/.github/workflows/parquet.yml#L92
   



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