mapleFU commented on code in PR #35691:
URL: https://github.com/apache/arrow/pull/35691#discussion_r1306377289
##########
cpp/src/parquet/file_writer.cc:
##########
@@ -335,6 +354,7 @@ class FileSerializer : public ParquetFileWriter::Contents {
row_group_writer_.reset();
WritePageIndex();
+ WriteBloomFilter();
Review Comment:
May I ask that why bloom filter data should before PageIndex?
--
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]