mapleFU commented on code in PR #37400:
URL: https://github.com/apache/arrow/pull/37400#discussion_r2124085369
##########
cpp/src/parquet/column_writer.cc:
##########
@@ -1230,6 +1235,166 @@ Status ConvertDictionaryToDense(const ::arrow::Array&
array, MemoryPool* pool,
return Status::OK();
}
+template <typename ParquetType>
+class BloomFilterWriterImpl {
Review Comment:
I've create a new file `bloom_filter_writer_internal.h/cc`
--
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]