emkornfield commented on code in PR #37400:
URL: https://github.com/apache/arrow/pull/37400#discussion_r1313284540


##########
cpp/src/parquet/properties.h:
##########
@@ -757,6 +844,23 @@ class PARQUET_EXPORT WriterProperties {
     return false;
   }
 
+  bool bloom_filter_enabled() const {
+    if (default_column_properties_.bloom_filter_enabled()) {

Review Comment:
   I would tend to  agree with @wgtmac, I'd worry about users shooting 
themselves in the foot by greatly increasing file size for maybe not a lot of 
benefit.   



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