mapleFU commented on code in PR #37400: URL: https://github.com/apache/arrow/pull/37400#discussion_r2058002518
########## cpp/src/parquet/file_writer.cc: ########## @@ -91,7 +92,8 @@ class RowGroupSerializer : public RowGroupWriter::Contents { RowGroupMetaDataBuilder* metadata, int16_t row_group_ordinal, const WriterProperties* properties, bool buffered_row_group = false, InternalFileEncryptor* file_encryptor = nullptr, - PageIndexBuilder* page_index_builder = nullptr) + PageIndexBuilder* page_index_builder = nullptr, + internal::BloomFilterBuilder* bloom_filter_builder = nullptr) Review Comment: good idea -- 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